#536030

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

Shades of Dark Olive Green #536030

Tints of Dark Olive Green #536030

Color information

#536030 (or 0x536030) is unknown color: approx Dark Olive Green. HEX triplet: 53, 60 and 30. RGB value is (83,96,48). Sum of RGB (Red+Green+Blue) = 83+96+48=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 96 - color contains mainly: green. Hex color #536030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536030 is #AC9FCF. Grayscale: #565656. Windows color (decimal): -11313104 or 3170387. OLE color: 3170387.

HSL color Cylindrical-coordinate representation of color #536030: hue angle of 76.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #536030 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB839648-
CMYK0.1400.500.62
HSL76.25º33.33%28.24%-
HSV(B)76.25º50%37.65%-
XYZ8.2810.424.37-
YUV86.64106.19125.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.56%
GREEN value IS 96 (37.89% from 255) = 42.29%
BLUE value IS 48 (19.14% from 255) = 21.15%
R=36.56%
G=42.29%
B=21.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8396480.1400.500.6276.2533.3328.24
Hex536030E0323E4c211c
Octal1231406016062761144134
Binary1010011110000011000011100110010111110100110010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536030; }

 p { color: rgb(83,96,48); }

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

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

 a { background-color: rgb(83,96,48); }

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

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

 span { border-color: rgb(83,96,48); }

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