#506221

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

Shades of Green Leaf #506221

Tints of Green Leaf #506221

Color information

#506221 (or 0x506221) is unknown color: approx Green Leaf. HEX triplet: 50, 62 and 21. RGB value is (80,98,33). Sum of RGB (Red+Green+Blue) = 80+98+33=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 98 - color contains mainly: green. Hex color #506221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506221 is #AF9DDE. Grayscale: #555555. Windows color (decimal): -11509215 or 2187856. OLE color: 2187856.

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

Color convert

RGB809833-
CMYK0.1800.660.62
HSL76.62º49.62%25.69%-
HSV(B)76.62º66.33%38.43%-
XYZ7.9510.553.06-
YUV85.2198.54124.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.91%
GREEN value IS 98 (38.67% from 255) = 46.45%
BLUE value IS 33 (13.28% from 255) = 15.64%
R=37.91%
G=46.45%
B=15.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8098330.1800.660.6276.6249.6225.69
Hex506221120423E4d321a
Octal12014241220102761156232
Binary101000011000101000011001001000010111110100110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506221; }

 p { color: rgb(80,98,33); }

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

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

 a { background-color: rgb(80,98,33); }

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

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

 span { border-color: rgb(80,98,33); }

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