#536437

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

Shades of Dark Olive Green #536437

Tints of Dark Olive Green #536437

Color information

#536437 (or 0x536437) is unknown color: approx Dark Olive Green. HEX triplet: 53, 64 and 37. RGB value is (83,100,55). Sum of RGB (Red+Green+Blue) = 83+100+55=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 100 - color contains mainly: green. Hex color #536437 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536437 is #AC9BC8. Grayscale: #595959. Windows color (decimal): -11312073 or 3630163. OLE color: 3630163.

HSL color Cylindrical-coordinate representation of color #536437: hue angle of 82.67º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #536437 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.61.

Color convert

RGB8310055-
CMYK0.1700.450.61
HSL82.67º29.03%30.39%-
HSV(B)82.67º45%39.22%-
XYZ8.8111.235.32-
YUV89.79108.37123.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.87%
GREEN value IS 100 (39.45% from 255) = 42.02%
BLUE value IS 55 (21.88% from 255) = 23.11%
R=34.87%
G=42.02%
B=23.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal83100550.1700.450.6182.6729.0330.39
Hex5364371102D3D531d1e
Octal1231446721055751233536
Binary1010011110010011011110001010110111110110100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536437; }

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

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

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

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

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

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

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

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