#50602A

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

Shades of Dark Olive Green #50602A

Tints of Dark Olive Green #50602A

Color information

#50602A (or 0x50602A) is unknown color: approx Dark Olive Green. HEX triplet: 50, 60 and 2A. RGB value is (80,96,42). Sum of RGB (Red+Green+Blue) = 80+96+42=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #50602A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50602A is #AF9FD5. Grayscale: #555555. Windows color (decimal): -11509718 or 2777168. OLE color: 2777168.

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

Color convert

RGB809642-
CMYK0.1700.560.62
HSL77.78º39.13%27.06%-
HSV(B)77.78º56.25%37.65%-
XYZ7.9110.243.75-
YUV85.06103.7124.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 96 (37.89% from 255) = 44.04%
BLUE value IS 42 (16.80% from 255) = 19.27%
R=36.70%
G=44.04%
B=19.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096420.1700.560.6277.7839.1327.06
Hex50602A110383E4e271b
Octal1201405221070761164733
Binary10100001100000101010100010111000111110100111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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