Html Css Color HEX #556428 Dark Olive Green

📋 copy color: '#556428'

red 85 ◦ green 100 ◦ blue 40

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

Shades of Dark Olive Green #556428

Tints of Dark Olive Green #556428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.78%

R = 37.78%
G = 44.44%
B = 17.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.6

 K value IS 0.61

RGB Variations

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

Color information

#556428 (or 0x556428) is known color: Dark Olive Green. HEX triplet: 55, 64 and 28. RGB value is (85,100,40). Sum of RGB (Red+Green+Blue) = 85+100+40=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 100 - color contains mainly: green. Hex color #556428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556428 is #AA9BD7. Grayscale: #585858. Windows color (decimal): -11181016 or 2647125. OLE color: 2647125.

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

Color convert

RGB 85 100 40 -
CMYK 0.15 0 0.6 0.61
HSL 75º 0.43% 0.27% -
HSV(B) 75º 0.6% 0.39% -
XYZ 8.69 11.2 3.71 -
YUV 88.68 100.53 125.38 -
System Red Green Blue C M Y K H S L
Decimal 85 100 40 0.15 0 0.6 0.61 75 0.43 0.27
Hex 55 64 28 F 0 3C 3D 4B 2B 1B
Octal 125 144 50 17 0 74 75 113 53 33
Binary 1010101 1100100 101000 1111 0 111100 111101 1001011 101011 11011

Color Harmonies of #556428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556428

Black with #556428

Text Example


Text Example

White with #556428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556428; }

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

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

background-color css

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

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

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

border-color css

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

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

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