#536535

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

Shades of Dark Olive Green #536535

Tints of Dark Olive Green #536535

Color information

#536535 (or 0x536535) is unknown color: approx Dark Olive Green. HEX triplet: 53, 65 and 35. RGB value is (83,101,53). Sum of RGB (Red+Green+Blue) = 83+101+53=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 101 - color contains mainly: green. Hex color #536535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536535 is #AC9ACA. Grayscale: #5A5A5A. Windows color (decimal): -11311819 or 3499347. OLE color: 3499347.

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

Color convert

RGB8310153-
CMYK0.1800.480.60
HSL82.5º31.17%30.2%-
HSV(B)82.5º47.52%39.61%-
XYZ8.8611.45.1-
YUV90.15107.04122.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.02%
GREEN value IS 101 (39.84% from 255) = 42.62%
BLUE value IS 53 (21.09% from 255) = 22.36%
R=35.02%
G=42.62%
B=22.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83101530.1800.480.6082.531.1730.2
Hex536535120303C521f1e
Octal1231456522060741223736
Binary1010011110010111010110010011000011110010100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536535; }

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

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

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

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

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

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

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

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