#556535

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

Shades of Dark Olive Green #556535

Tints of Dark Olive Green #556535

Color information

#556535 (or 0x556535) is unknown color: approx Dark Olive Green. HEX triplet: 55, 65 and 35. RGB value is (85,101,53). Sum of RGB (Red+Green+Blue) = 85+101+53=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 101 - color contains mainly: green. Hex color #556535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556535 is #AA9ACA. Grayscale: #5A5A5A. Windows color (decimal): -11180747 or 3499349. OLE color: 3499349.

HSL color Cylindrical-coordinate representation of color #556535: hue angle of 80º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #556535 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB8510153-
CMYK0.1600.480.60
HSL80º31.17%30.2%-
HSV(B)80º47.52%39.61%-
XYZ9.0411.55.11-
YUV90.74106.7123.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.56%
GREEN value IS 101 (39.84% from 255) = 42.26%
BLUE value IS 53 (21.09% from 255) = 22.18%
R=35.56%
G=42.26%
B=22.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85101530.1600.480.608031.1730.2
Hex556535100303C501f1e
Octal1251456520060741203736
Binary1010101110010111010110000011000011110010100001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556535; }

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

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

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

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

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

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

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

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