#536527

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

Shades of Dark Olive Green #536527

Tints of Dark Olive Green #536527

Color information

#536527 (or 0x536527) is unknown color: approx Dark Olive Green. HEX triplet: 53, 65 and 27. RGB value is (83,101,39). Sum of RGB (Red+Green+Blue) = 83+101+39=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 101 - color contains mainly: green. Hex color #536527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536527 is #AC9AD8. Grayscale: #585858. Windows color (decimal): -11311833 or 2581843. OLE color: 2581843.

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

Color convert

RGB8310139-
CMYK0.1800.610.60
HSL77.42º44.29%27.45%-
HSV(B)77.42º61.39%39.61%-
XYZ8.5911.293.65-
YUV88.55100.04124.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.22%
GREEN value IS 101 (39.84% from 255) = 45.29%
BLUE value IS 39 (15.62% from 255) = 17.49%
R=37.22%
G=45.29%
B=17.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83101390.1800.610.6077.4244.2927.45
Hex5365271203D3C4d2c1b
Octal1231454722075741155433
Binary10100111100101100111100100111101111100100110110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536527; }

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

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

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

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

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

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

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

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