#536935

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

Shades of Dark Olive Green #536935

Tints of Dark Olive Green #536935

Color information

#536935 (or 0x536935) is unknown color: approx Dark Olive Green. HEX triplet: 53, 69 and 35. RGB value is (83,105,53). Sum of RGB (Red+Green+Blue) = 83+105+53=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 105 - color contains mainly: green. Hex color #536935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536935 is #AC96CA. Grayscale: #5C5C5C. Windows color (decimal): -11310795 or 3500371. OLE color: 3500371.

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

Color convert

RGB8310553-
CMYK0.2100.500.59
HSL85.38º32.91%30.98%-
HSV(B)85.38º49.52%41.18%-
XYZ9.2612.25.23-
YUV92.49105.71121.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.44%
GREEN value IS 105 (41.41% from 255) = 43.57%
BLUE value IS 53 (21.09% from 255) = 21.99%
R=34.44%
G=43.57%
B=21.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83105530.2100.500.5985.3832.9130.98
Hex536935150323B55211f
Octal1231516525062731254137
Binary10100111101001110101101010110010111011101010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536935; }

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

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

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

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

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

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

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

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