#536239

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

Shades of Dark Olive Green #536239

Tints of Dark Olive Green #536239

Color information

#536239 (or 0x536239) is unknown color: approx Dark Olive Green. HEX triplet: 53, 62 and 39. RGB value is (83,98,57). Sum of RGB (Red+Green+Blue) = 83+98+57=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 57 (22.66% from 255 or 23.95% from 238); Max value from RGB is 98 - color contains mainly: green. Hex color #536239 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536239 is #AC9DC6. Grayscale: #585858. Windows color (decimal): -11312583 or 3760723. OLE color: 3760723.

HSL color Cylindrical-coordinate representation of color #536239: hue angle of 81.95º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #536239 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB839857-
CMYK0.1500.420.62
HSL81.95º26.45%30.39%-
HSV(B)81.95º41.84%38.43%-
XYZ8.6710.875.51-
YUV88.84110.03123.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.87%
GREEN value IS 98 (38.67% from 255) = 41.18%
BLUE value IS 57 (22.66% from 255) = 23.95%
R=34.87%
G=41.18%
B=23.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8398570.1500.420.6281.9526.4530.39
Hex536239F02A3E521a1e
Octal1231427117052761223236
Binary101001111000101110011111010101011111010100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536239; }

 p { color: rgb(83,98,57); }

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

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

 a { background-color: rgb(83,98,57); }

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

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

 span { border-color: rgb(83,98,57); }

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