#486221

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

Shades of Green Leaf #486221

Tints of Green Leaf #486221

Color information

#486221 (or 0x486221) is unknown color: approx Green Leaf. HEX triplet: 48, 62 and 21. RGB value is (72,98,33). Sum of RGB (Red+Green+Blue) = 72+98+33=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #486221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486221 is #B79DDE. Grayscale: #535353. Windows color (decimal): -12033503 or 2187848. OLE color: 2187848.

HSL color Cylindrical-coordinate representation of color #486221: hue angle of 84º 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 #486221 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB729833-
CMYK0.2700.660.62
HSL84º49.62%25.69%-
HSV(B)84º66.33%38.43%-
XYZ7.3110.223.03-
YUV82.8299.89120.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.47%
GREEN value IS 98 (38.67% from 255) = 48.28%
BLUE value IS 33 (13.28% from 255) = 16.26%
R=35.47%
G=48.28%
B=16.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7298330.2700.660.628449.6225.69
Hex4862211B0423E54321a
Octal11014241330102761246232
Binary100100011000101000011101101000010111110101010011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486221; }

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

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

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

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

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

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

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

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