#536937

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

Shades of Dark Olive Green #536937

Tints of Dark Olive Green #536937

Color information

#536937 (or 0x536937) is unknown color: approx Dark Olive Green. HEX triplet: 53, 69 and 37. RGB value is (83,105,55). Sum of RGB (Red+Green+Blue) = 83+105+55=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 55 (21.88% from 255 or 22.63% from 243); Max value from RGB is 105 - color contains mainly: green. Hex color #536937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536937 is #AC96C8. Grayscale: #5C5C5C. Windows color (decimal): -11310793 or 3631443. OLE color: 3631443.

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

Color convert

RGB8310555-
CMYK0.2100.480.59
HSL86.4º31.25%31.37%-
HSV(B)86.4º47.62%41.18%-
XYZ9.3112.225.48-
YUV92.72106.71121.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.16%
GREEN value IS 105 (41.41% from 255) = 43.21%
BLUE value IS 55 (21.88% from 255) = 22.63%
R=34.16%
G=43.21%
B=22.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83105550.2100.480.5986.431.2531.37
Hex536937150303B561f1f
Octal1231516725060731263737
Binary1010011110100111011110101011000011101110101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536937; }

 p { color: rgb(83,105,55); }

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

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

 a { background-color: rgb(83,105,55); }

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

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

 span { border-color: rgb(83,105,55); }

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