#506033

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

Shades of Dark Olive Green #506033

Tints of Dark Olive Green #506033

Color information

#506033 (or 0x506033) is unknown color: approx Dark Olive Green. HEX triplet: 50, 60 and 33. RGB value is (80,96,51). Sum of RGB (Red+Green+Blue) = 80+96+51=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 96 - color contains mainly: green. Hex color #506033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506033 is #AF9FCC. Grayscale: #565656. Windows color (decimal): -11509709 or 3366992. OLE color: 3366992.

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

Color convert

RGB809651-
CMYK0.1700.470.62
HSL81.33º30.61%28.82%-
HSV(B)81.33º46.88%37.65%-
XYZ8.0910.314.7-
YUV86.09108.2123.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.24%
GREEN value IS 96 (37.89% from 255) = 42.29%
BLUE value IS 51 (20.31% from 255) = 22.47%
R=35.24%
G=42.29%
B=22.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096510.1700.470.6281.3330.6128.82
Hex5060331102F3E511f1d
Octal1201406321057761213735
Binary1010000110000011001110001010111111111010100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506033; }

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

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

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

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

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

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

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

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