#506133

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

Shades of Dark Olive Green #506133

Tints of Dark Olive Green #506133

Color information

#506133 (or 0x506133) is unknown color: approx Dark Olive Green. HEX triplet: 50, 61 and 33. RGB value is (80,97,51). Sum of RGB (Red+Green+Blue) = 80+97+51=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #506133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506133 is #AF9ECC. Grayscale: #565656. Windows color (decimal): -11509453 or 3367248. OLE color: 3367248.

HSL color Cylindrical-coordinate representation of color #506133: hue angle of 82.17º 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 #506133 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB809751-
CMYK0.1800.470.62
HSL82.17º31.08%29.02%-
HSV(B)82.17º47.42%38.04%-
XYZ8.1810.494.73-
YUV86.67107.87123.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.09%
GREEN value IS 97 (38.28% from 255) = 42.54%
BLUE value IS 51 (20.31% from 255) = 22.37%
R=35.09%
G=42.54%
B=22.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097510.1800.470.6282.1731.0829.02
Hex5061331202F3E521f1d
Octal1201416322057761223735
Binary1010000110000111001110010010111111111010100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506133; }

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

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

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

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

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

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

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

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