#506030

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

Shades of Dark Olive Green #506030

Tints of Dark Olive Green #506030

Color information

#506030 (or 0x506030) is unknown color: approx Dark Olive Green. HEX triplet: 50, 60 and 30. RGB value is (80,96,48). Sum of RGB (Red+Green+Blue) = 80+96+48=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #506030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506030 is #AF9FCF. Grayscale: #555555. Windows color (decimal): -11509712 or 3170384. OLE color: 3170384.

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

Color convert

RGB809648-
CMYK0.1700.500.62
HSL80º33.33%28.24%-
HSV(B)80º50%37.65%-
XYZ8.0210.284.36-
YUV85.74106.7123.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.71%
GREEN value IS 96 (37.89% from 255) = 42.86%
BLUE value IS 48 (19.14% from 255) = 21.43%
R=35.71%
G=42.86%
B=21.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096480.1700.500.628033.3328.24
Hex506030110323E50211c
Octal1201406021062761204134
Binary10100001100000110000100010110010111110101000010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506030; }

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

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

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

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

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

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

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

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