#556135

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

Shades of Dark Olive Green #556135

Tints of Dark Olive Green #556135

Color information

#556135 (or 0x556135) is unknown color: approx Dark Olive Green. HEX triplet: 55, 61 and 35. RGB value is (85,97,53). Sum of RGB (Red+Green+Blue) = 85+97+53=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #556135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556135 is #AA9ECA. Grayscale: #585858. Windows color (decimal): -11181771 or 3498325. OLE color: 3498325.

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

Color convert

RGB859753-
CMYK0.1200.450.62
HSL76.36º29.33%29.41%-
HSV(B)76.36º45.36%38.04%-
XYZ8.6610.744.98-
YUV88.4108.02125.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.17%
GREEN value IS 97 (38.28% from 255) = 41.28%
BLUE value IS 53 (21.09% from 255) = 22.55%
R=36.17%
G=41.28%
B=22.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8597530.1200.450.6276.3629.3329.41
Hex556135C02D3E4c1d1d
Octal1251416514055761143535
Binary101010111000011101011100010110111111010011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556135; }

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

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

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

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

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

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

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

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