#506137

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

Shades of Dark Olive Green #506137

Tints of Dark Olive Green #506137

Color information

#506137 (or 0x506137) is unknown color: approx Dark Olive Green. HEX triplet: 50, 61 and 37. RGB value is (80,97,55). Sum of RGB (Red+Green+Blue) = 80+97+55=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 97 - color contains mainly: green. Hex color #506137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506137 is #AF9EC8. Grayscale: #575757. Windows color (decimal): -11509449 or 3629392. OLE color: 3629392.

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

Color convert

RGB809755-
CMYK0.1800.430.62
HSL84.29º27.63%29.8%-
HSV(B)84.29º43.3%38.04%-
XYZ8.2710.535.21-
YUV87.13109.87122.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.48%
GREEN value IS 97 (38.28% from 255) = 41.81%
BLUE value IS 55 (21.88% from 255) = 23.71%
R=34.48%
G=41.81%
B=23.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097550.1800.430.6284.2927.6329.8
Hex5061371202B3E541c1e
Octal1201416722053761243436
Binary1010000110000111011110010010101111111010101001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506137; }

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

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

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

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

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

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

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

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