#506036

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

Shades of Dark Olive Green #506036

Tints of Dark Olive Green #506036

Color information

#506036 (or 0x506036) is unknown color: approx Dark Olive Green. HEX triplet: 50, 60 and 36. RGB value is (80,96,54). Sum of RGB (Red+Green+Blue) = 80+96+54=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #506036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506036 is #AF9FC9. Grayscale: #565656. Windows color (decimal): -11509706 or 3563600. OLE color: 3563600.

HSL color Cylindrical-coordinate representation of color #506036: hue angle of 82.86º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #506036 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB809654-
CMYK0.1700.440.62
HSL82.86º28%29.41%-
HSV(B)82.86º43.75%37.65%-
XYZ8.1610.345.06-
YUV86.43109.7123.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.78%
GREEN value IS 96 (37.89% from 255) = 41.74%
BLUE value IS 54 (21.48% from 255) = 23.48%
R=34.78%
G=41.74%
B=23.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096540.1700.440.6282.862829.41
Hex5060361102C3E531c1d
Octal1201406621054761233435
Binary1010000110000011011010001010110011111010100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506036; }

 p { color: rgb(80,96,54); }

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

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

 a { background-color: rgb(80,96,54); }

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

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

 span { border-color: rgb(80,96,54); }

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