Html Css Color HEX #4A6D34 Dell

📋 copy color: '#4A6D34'

red 74 ◦ green 109 ◦ blue 52

#4A6D34
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dell #4A6D34

Tints of Dell #4A6D34

RGB

 RED value IS 74 (29.3% from 255) = 31.49%

 GREEN value IS 109 (42.97% from 255) = 46.38%

 BLUE value IS 52 (20.7% from 255) = 22.13%

R = 31.49%
G = 46.38%
B = 22.13%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.52

 K value IS 0.57

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4A6D34 (or 0x4A6D34) is known color: Dell. HEX triplet: 4A, 6D and 34. RGB value is (74,109,52). Sum of RGB (Red+Green+Blue) = 74+109+52=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 109 (42.97% from 255 or 46.38% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 109 - color contains mainly: green. Hex color #4A6D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6D34 is #B592CB. Grayscale: #5C5C5C. Windows color (decimal): -11899596 or 3435850. OLE color: 3435850.

HSL color Cylindrical-coordinate representation of color #4A6D34: hue angle of 96.84º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A6D34 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.57.

Color convert

RGB 74 109 52 -
CMYK 0.32 0 0.52 0.57
HSL 96.84º 0.35% 0.32% -
HSV(B) 96.84º 0.52% 0.43% -
XYZ 8.91 12.64 5.22 -
YUV 92.04 105.4 115.13 -
System Red Green Blue C M Y K H S L
Decimal 74 109 52 0.32 0 0.52 0.57 96.84 0.35 0.32
Hex 4A 6D 34 20 0 34 39 61 23 20
Octal 112 155 64 40 0 64 71 141 43 40
Binary 1001010 1101101 110100 100000 0 110100 111001 1100001 100011 100000

Color Harmonies of #4A6D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6D34

Black with #4A6D34

Text Example


Text Example

White with #4A6D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A6D34; }

 p { color: rgb(74,109,52); }

 H1.HeaderClassName
 {
   color: #4A6D34;
 }
 .AnyTagClassName
 {
   color: #4A6D34;
 }
</style>

background-color css

<style>
 a { background-color: #4A6D34; }

 a { background-color: rgb(74,109,52); }

 div.DivClassName
 {
   background-color: #4A6D34;
 }
 .BgClassName
 {
   background-color: #4A6D34;
 }
</style>

border-color css

<style>
 span { border-color: #4A6D34; }

 span { border-color: rgb(74,109,52); }

 td.TdClassName
 {
   border-color: #4A6D34;
 }
 .TagClassName
 {
   border-color: #4A6D34;
 }
</style>