#556C35

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

Shades of Dark Olive Green #556C35

Tints of Dark Olive Green #556C35

Color information

#556C35 (or 0x556C35) is unknown color: approx Dark Olive Green. HEX triplet: 55, 6C and 35. RGB value is (85,108,53). Sum of RGB (Red+Green+Blue) = 85+108+53=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 108 - color contains mainly: green. Hex color #556C35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556C35 is #AA93CA. Grayscale: #5F5F5F. Windows color (decimal): -11178955 or 3501141. OLE color: 3501141.

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

Color convert

RGB8510853-
CMYK0.2100.510.58
HSL85.09º34.16%31.57%-
HSV(B)85.09º50.93%42.35%-
XYZ9.7512.915.35-
YUV94.85104.38120.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.55%
GREEN value IS 108 (42.58% from 255) = 43.90%
BLUE value IS 53 (21.09% from 255) = 21.54%
R=34.55%
G=43.90%
B=21.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85108530.2100.510.5885.0934.1631.57
Hex556C35150333A552220
Octal1251546525063721254240
Binary101010111011001101011010101100111110101010101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,108,53); }

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

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

 a { background-color: rgb(85,108,53); }

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

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

 span { border-color: rgb(85,108,53); }

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