#536536

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

Shades of Dark Olive Green #536536

Tints of Dark Olive Green #536536

Color information

#536536 (or 0x536536) is unknown color: approx Dark Olive Green. HEX triplet: 53, 65 and 36. RGB value is (83,101,54). Sum of RGB (Red+Green+Blue) = 83+101+54=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 101 - color contains mainly: green. Hex color #536536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536536 is #AC9AC9. Grayscale: #5A5A5A. Windows color (decimal): -11311818 or 3564883. OLE color: 3564883.

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

Color convert

RGB8310154-
CMYK0.1800.470.60
HSL82.98º30.32%30.39%-
HSV(B)82.98º46.53%39.61%-
XYZ8.8911.415.22-
YUV90.26107.54122.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.87%
GREEN value IS 101 (39.84% from 255) = 42.44%
BLUE value IS 54 (21.48% from 255) = 22.69%
R=34.87%
G=42.44%
B=22.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83101540.1800.470.6082.9830.3230.39
Hex5365361202F3C531e1e
Octal1231456622057741233636
Binary1010011110010111011010010010111111110010100111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536536; }

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

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

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

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

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

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

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

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