#536533

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

Shades of Dark Olive Green #536533

Tints of Dark Olive Green #536533

Color information

#536533 (or 0x536533) is unknown color: approx Dark Olive Green. HEX triplet: 53, 65 and 33. RGB value is (83,101,51). Sum of RGB (Red+Green+Blue) = 83+101+51=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 101 - color contains mainly: green. Hex color #536533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536533 is #AC9ACC. Grayscale: #5A5A5A. Windows color (decimal): -11311821 or 3368275. OLE color: 3368275.

HSL color Cylindrical-coordinate representation of color #536533: hue angle of 81.6º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #536533 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB8310151-
CMYK0.1800.500.60
HSL81.6º32.89%29.8%-
HSV(B)81.6º49.5%39.61%-
XYZ8.8211.394.86-
YUV89.92106.04123.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.32%
GREEN value IS 101 (39.84% from 255) = 42.98%
BLUE value IS 51 (20.31% from 255) = 21.70%
R=35.32%
G=42.98%
B=21.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83101510.1800.500.6081.632.8929.8
Hex536533120323C52211e
Octal1231456322062741224136
Binary10100111100101110011100100110010111100101001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536533; }

 p { color: rgb(83,101,51); }

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

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

 a { background-color: rgb(83,101,51); }

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

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

 span { border-color: rgb(83,101,51); }

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