#50602D

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

Shades of Dark Olive Green #50602D

Tints of Dark Olive Green #50602D

Color information

#50602D (or 0x50602D) is unknown color: approx Dark Olive Green. HEX triplet: 50, 60 and 2D. RGB value is (80,96,45). Sum of RGB (Red+Green+Blue) = 80+96+45=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 96 - color contains mainly: green. Hex color #50602D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50602D is #AF9FD2. Grayscale: #555555. Windows color (decimal): -11509715 or 2973776. OLE color: 2973776.

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

Color convert

RGB809645-
CMYK0.1700.530.62
HSL78.82º36.17%27.65%-
HSV(B)78.82º53.12%37.65%-
XYZ7.9610.264.04-
YUV85.4105.2124.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.20%
GREEN value IS 96 (37.89% from 255) = 43.44%
BLUE value IS 45 (17.97% from 255) = 20.36%
R=36.20%
G=43.44%
B=20.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096450.1700.530.6278.8236.1727.65
Hex50602D110353E4f241c
Octal1201405521065761174434
Binary10100001100000101101100010110101111110100111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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