Html Css Color HEX #556429 Dark Olive Green

📋 copy color: '#556429'

red 85 ◦ green 100 ◦ blue 41

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

Shades of Dark Olive Green #556429

Tints of Dark Olive Green #556429

RGB

 RED value IS 85 (33.59% from 255) = 37.61%

 GREEN value IS 100 (39.45% from 255) = 44.25%

 BLUE value IS 41 (16.41% from 255) = 18.14%

R = 37.61%
G = 44.25%
B = 18.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#556429 (or 0x556429) is known color: Dark Olive Green. HEX triplet: 55, 64 and 29. RGB value is (85,100,41). Sum of RGB (Red+Green+Blue) = 85+100+41=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 100 - color contains mainly: green. Hex color #556429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556429 is #AA9BD6. Grayscale: #595959. Windows color (decimal): -11181015 or 2712661. OLE color: 2712661.

HSL color Cylindrical-coordinate representation of color #556429: hue angle of 75.25º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #556429 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 100 41 -
CMYK 0.15 0 0.59 0.61
HSL 75.25º 0.42% 0.28% -
HSV(B) 75.25º 0.59% 0.39% -
XYZ 8.7 11.21 3.8 -
YUV 88.79 101.03 125.3 -
System Red Green Blue C M Y K H S L
Decimal 85 100 41 0.15 0 0.59 0.61 75.25 0.42 0.28
Hex 55 64 29 F 0 3B 3D 4B 2A 1C
Octal 125 144 51 17 0 73 75 113 52 34
Binary 1010101 1100100 101001 1111 0 111011 111101 1001011 101010 11100

Color Harmonies of #556429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556429

Black with #556429

Text Example


Text Example

White with #556429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556429; }

 p { color: rgb(85,100,41); }

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

background-color css

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

 a { background-color: rgb(85,100,41); }

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

border-color css

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

 span { border-color: rgb(85,100,41); }

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