#556935

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

Shades of Dark Olive Green #556935

Tints of Dark Olive Green #556935

Color information

#556935 (or 0x556935) is unknown color: approx Dark Olive Green. HEX triplet: 55, 69 and 35. RGB value is (85,105,53). Sum of RGB (Red+Green+Blue) = 85+105+53=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 105 - color contains mainly: green. Hex color #556935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556935 is #AA96CA. Grayscale: #5D5D5D. Windows color (decimal): -11179723 or 3500373. OLE color: 3500373.

HSL color Cylindrical-coordinate representation of color #556935: hue angle of 83.08º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #556935 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB8510553-
CMYK0.1900.500.59
HSL83.08º32.91%30.98%-
HSV(B)83.08º49.52%41.18%-
XYZ9.4412.295.24-
YUV93.09105.37122.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.98%
GREEN value IS 105 (41.41% from 255) = 43.21%
BLUE value IS 53 (21.09% from 255) = 21.81%
R=34.98%
G=43.21%
B=21.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85105530.1900.500.5983.0832.9130.98
Hex556935130323B53211f
Octal1251516523062731234137
Binary10101011101001110101100110110010111011101001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556935; }

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

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

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

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

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

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

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

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