#556B2A

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

Shades of Dark Olive Green #556B2A

Tints of Dark Olive Green #556B2A

Color information

#556B2A (or 0x556B2A) is unknown color: approx Dark Olive Green. HEX triplet: 55, 6B and 2A. RGB value is (85,107,42). Sum of RGB (Red+Green+Blue) = 85+107+42=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 107 - color contains mainly: green. Hex color #556B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556B2A is #AA94D5. Grayscale: #5D5D5D. Windows color (decimal): -11179222 or 2779989. OLE color: 2779989.

HSL color Cylindrical-coordinate representation of color #556B2A: hue angle of 80.31º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #556B2A is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB8510742-
CMYK0.2100.610.58
HSL80.31º43.62%29.22%-
HSV(B)80.31º60.75%41.96%-
XYZ9.4212.614.13-
YUV93.0199.21122.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.32%
GREEN value IS 107 (42.19% from 255) = 45.73%
BLUE value IS 42 (16.80% from 255) = 17.95%
R=36.32%
G=45.73%
B=17.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85107420.2100.610.5880.3143.6229.22
Hex556B2A1503D3A502c1d
Octal1251535225075721205435
Binary10101011101011101010101010111101111010101000010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,107,42); }

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

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

 a { background-color: rgb(85,107,42); }

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

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

 span { border-color: rgb(85,107,42); }

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