#506034

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

Shades of Dark Olive Green #506034

Tints of Dark Olive Green #506034

Color information

#506034 (or 0x506034) is unknown color: approx Dark Olive Green. HEX triplet: 50, 60 and 34. RGB value is (80,96,52). Sum of RGB (Red+Green+Blue) = 80+96+52=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 96 - color contains mainly: green. Hex color #506034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506034 is #AF9FCB. Grayscale: #565656. Windows color (decimal): -11509708 or 3432528. OLE color: 3432528.

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

Color convert

RGB809652-
CMYK0.1700.460.62
HSL81.82º29.73%29.02%-
HSV(B)81.82º45.83%37.65%-
XYZ8.1110.324.81-
YUV86.2108.7123.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.09%
GREEN value IS 96 (37.89% from 255) = 42.11%
BLUE value IS 52 (20.70% from 255) = 22.81%
R=35.09%
G=42.11%
B=22.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096520.1700.460.6281.8229.7329.02
Hex5060341102E3E521e1d
Octal1201406421056761223635
Binary1010000110000011010010001010111011111010100101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506034; }

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

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

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

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

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

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

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

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