Html Css Color HEX #556D2F Dark Olive Green

📋 copy color: '#556D2F'

red 85 ◦ green 109 ◦ blue 47

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

Shades of Dark Olive Green #556D2F

Tints of Dark Olive Green #556D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.5%

R = 35.27%
G = 45.23%
B = 19.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.57

RGB Variations

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

Color information

#556D2F (or 0x556D2F) is known color: Dark Olive Green. HEX triplet: 55, 6D and 2F. RGB value is (85,109,47). Sum of RGB (Red+Green+Blue) = 85+109+47=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 109 (42.97% from 255 or 45.23% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 109 - color contains mainly: green. Hex color #556D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556D2F is #AA92D0. Grayscale: #5E5E5E. Windows color (decimal): -11178705 or 3108181. OLE color: 3108181.

HSL color Cylindrical-coordinate representation of color #556D2F: hue angle of 83.23º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #556D2F is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 109 47 -
CMYK 0.22 0 0.57 0.57
HSL 83.23º 0.4% 0.31% -
HSV(B) 83.23º 0.57% 0.43% -
XYZ 9.73 13.07 4.7 -
YUV 94.76 101.05 121.04 -
System Red Green Blue C M Y K H S L
Decimal 85 109 47 0.22 0 0.57 0.57 83.23 0.4 0.31
Hex 55 6D 2F 16 0 39 39 53 28 1F
Octal 125 155 57 26 0 71 71 123 50 37
Binary 1010101 1101101 101111 10110 0 111001 111001 1010011 101000 11111

Color Harmonies of #556D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556D2F

Black with #556D2F

Text Example


Text Example

White with #556D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556D2F; }

 p { color: rgb(85,109,47); }

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

background-color css

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

 a { background-color: rgb(85,109,47); }

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

border-color css

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

 span { border-color: rgb(85,109,47); }

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