#536526

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

Shades of Dark Olive Green #536526

Tints of Dark Olive Green #536526

Color information

#536526 (or 0x536526) is unknown color: approx Dark Olive Green. HEX triplet: 53, 65 and 26. RGB value is (83,101,38). Sum of RGB (Red+Green+Blue) = 83+101+38=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 101 - color contains mainly: green. Hex color #536526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536526 is #AC9AD9. Grayscale: #585858. Windows color (decimal): -11311834 or 2516307. OLE color: 2516307.

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

Color convert

RGB8310138-
CMYK0.1800.620.60
HSL77.14º45.32%27.25%-
HSV(B)77.14º62.38%39.61%-
XYZ8.5711.293.56-
YUV88.4499.54124.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.39%
GREEN value IS 101 (39.84% from 255) = 45.50%
BLUE value IS 38 (15.23% from 255) = 17.12%
R=37.39%
G=45.50%
B=17.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83101380.1800.620.6077.1445.3227.25
Hex5365261203E3C4d2d1b
Octal1231454622076741155533
Binary10100111100101100110100100111110111100100110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536526; }

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

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

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

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

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

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

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

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