#536827

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

Shades of Dark Olive Green #536827

Tints of Dark Olive Green #536827

Color information

#536827 (or 0x536827) is unknown color: approx Dark Olive Green. HEX triplet: 53, 68 and 27. RGB value is (83,104,39). Sum of RGB (Red+Green+Blue) = 83+104+39=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 39 (15.62% from 255 or 17.26% from 226); Max value from RGB is 104 - color contains mainly: green. Hex color #536827 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536827 is #AC97D8. Grayscale: #5A5A5A. Windows color (decimal): -11311065 or 2582611. OLE color: 2582611.

HSL color Cylindrical-coordinate representation of color #536827: hue angle of 79.38º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #536827 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB8310439-
CMYK0.2000.620.59
HSL79.38º45.45%28.04%-
HSV(B)79.38º62.5%40.78%-
XYZ8.8811.893.75-
YUV90.3199.04122.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.73%
GREEN value IS 104 (41.02% from 255) = 46.02%
BLUE value IS 39 (15.62% from 255) = 17.26%
R=36.73%
G=46.02%
B=17.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83104390.2000.620.5979.3845.4528.04
Hex5368271403E3B4f2d1c
Octal1231504724076731175534
Binary10100111101000100111101000111110111011100111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536827; }

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

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

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

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

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

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

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

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