#536933

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

Shades of Dark Olive Green #536933

Tints of Dark Olive Green #536933

Color information

#536933 (or 0x536933) is unknown color: approx Dark Olive Green. HEX triplet: 53, 69 and 33. RGB value is (83,105,51). Sum of RGB (Red+Green+Blue) = 83+105+51=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 105 - color contains mainly: green. Hex color #536933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536933 is #AC96CC. Grayscale: #5C5C5C. Windows color (decimal): -11310797 or 3369299. OLE color: 3369299.

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

Color convert

RGB8310551-
CMYK0.2100.510.59
HSL84.44º34.62%30.59%-
HSV(B)84.44º51.43%41.18%-
XYZ9.2212.185-
YUV92.27104.71121.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.73%
GREEN value IS 105 (41.41% from 255) = 43.93%
BLUE value IS 51 (20.31% from 255) = 21.34%
R=34.73%
G=43.93%
B=21.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83105510.2100.510.5984.4434.6230.59
Hex536933150333B54231f
Octal1231516325063731244337
Binary10100111101001110011101010110011111011101010010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536933; }

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

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

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

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

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

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

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

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