#556134

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

Shades of Dark Olive Green #556134

Tints of Dark Olive Green #556134

Color information

#556134 (or 0x556134) is unknown color: approx Dark Olive Green. HEX triplet: 55, 61 and 34. RGB value is (85,97,52). Sum of RGB (Red+Green+Blue) = 85+97+52=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 97 - color contains mainly: green. Hex color #556134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556134 is #AA9ECB. Grayscale: #585858. Windows color (decimal): -11181772 or 3432789. OLE color: 3432789.

HSL color Cylindrical-coordinate representation of color #556134: hue angle of 76º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #556134 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB859752-
CMYK0.1200.460.62
HSL76º30.2%29.22%-
HSV(B)76º46.39%38.04%-
XYZ8.6410.734.86-
YUV88.28107.52125.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.32%
GREEN value IS 97 (38.28% from 255) = 41.45%
BLUE value IS 52 (20.70% from 255) = 22.22%
R=36.32%
G=41.45%
B=22.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8597520.1200.460.627630.229.22
Hex556134C02E3E4c1e1d
Octal1251416414056761143635
Binary101010111000011101001100010111011111010011001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556134; }

 p { color: rgb(85,97,52); }

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

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

 a { background-color: rgb(85,97,52); }

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

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

 span { border-color: rgb(85,97,52); }

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