#506139

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

Shades of Dark Olive Green #506139

Tints of Dark Olive Green #506139

Color information

#506139 (or 0x506139) is unknown color: approx Dark Olive Green. HEX triplet: 50, 61 and 39. RGB value is (80,97,57). Sum of RGB (Red+Green+Blue) = 80+97+57=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 97 - color contains mainly: green. Hex color #506139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506139 is #AF9EC6. Grayscale: #575757. Windows color (decimal): -11509447 or 3760464. OLE color: 3760464.

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

Color convert

RGB809757-
CMYK0.1800.410.62
HSL85.5º25.97%30.2%-
HSV(B)85.5º41.24%38.04%-
XYZ8.3210.555.47-
YUV87.36110.87122.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.19%
GREEN value IS 97 (38.28% from 255) = 41.45%
BLUE value IS 57 (22.66% from 255) = 24.36%
R=34.19%
G=41.45%
B=24.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097570.1800.410.6285.525.9730.2
Hex506139120293E561a1e
Octal1201417122051761263236
Binary1010000110000111100110010010100111111010101101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506139; }

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

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

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

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

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

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

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

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