#556F2F

Color #556F2F Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #556F2F

Tints of Dark Olive Green #556F2F

Color information

#556F2F (or 0x556F2F) is unknown color: approx Dark Olive Green. HEX triplet: 55, 6F and 2F. RGB value is (85,111,47). Sum of RGB (Red+Green+Blue) = 85+111+47=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 111 - color contains mainly: green. Hex color #556F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556F2F is #AA90D0. Grayscale: #606060. Windows color (decimal): -11178193 or 3108693. OLE color: 3108693.

HSL color Cylindrical-coordinate representation of color #556F2F: hue angle of 84.38º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #556F2F is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB8511147-
CMYK0.2300.580.56
HSL84.38º40.51%30.98%-
HSV(B)84.38º57.66%43.53%-
XYZ9.9413.514.77-
YUV95.93100.39120.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.98%
GREEN value IS 111 (43.75% from 255) = 45.68%
BLUE value IS 47 (18.75% from 255) = 19.34%
R=34.98%
G=45.68%
B=19.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85111470.2300.580.5684.3840.5130.98
Hex556F2F1703A3854291f
Octal1251575727072701245137
Binary10101011101111101111101110111010111000101010010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #556F2F;
 }
 .AnyTagClassName
 {
   color: #556F2F;
 }
</style>
background-color css

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

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

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

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

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

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