#50602C

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

Shades of Dark Olive Green #50602C

Tints of Dark Olive Green #50602C

Color information

#50602C (or 0x50602C) is unknown color: approx Dark Olive Green. HEX triplet: 50, 60 and 2C. RGB value is (80,96,44). Sum of RGB (Red+Green+Blue) = 80+96+44=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #50602C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50602C is #AF9FD3. Grayscale: #555555. Windows color (decimal): -11509716 or 2908240. OLE color: 2908240.

HSL color Cylindrical-coordinate representation of color #50602C: hue angle of 78.46º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50602C is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB809644-
CMYK0.1700.540.62
HSL78.46º37.14%27.45%-
HSV(B)78.46º54.17%37.65%-
XYZ7.9510.253.94-
YUV85.29104.7124.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 96 (37.89% from 255) = 43.64%
BLUE value IS 44 (17.58% from 255) = 20%
R=36.36%
G=43.64%
B=20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096440.1700.540.6278.4637.1427.45
Hex50602C110363E4e251b
Octal1201405421066761164533
Binary10100001100000101100100010110110111110100111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50602C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50602C; }

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

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

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

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

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

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

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

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