#486220

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

Shades of Green Leaf #486220

Tints of Green Leaf #486220

Color information

#486220 (or 0x486220) is unknown color: approx Green Leaf. HEX triplet: 48, 62 and 20. RGB value is (72,98,32). Sum of RGB (Red+Green+Blue) = 72+98+32=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 98 - color contains mainly: green. Hex color #486220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486220 is #B79DDF. Grayscale: #525252. Windows color (decimal): -12033504 or 2122312. OLE color: 2122312.

HSL color Cylindrical-coordinate representation of color #486220: hue angle of 83.64º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #486220 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB729832-
CMYK0.2700.670.62
HSL83.64º50.77%25.49%-
HSV(B)83.64º67.35%38.43%-
XYZ7.310.222.95-
YUV82.799.39120.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.64%
GREEN value IS 98 (38.67% from 255) = 48.51%
BLUE value IS 32 (12.89% from 255) = 15.84%
R=35.64%
G=48.51%
B=15.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7298320.2700.670.6283.6450.7725.49
Hex4862201B0433E543319
Octal11014240330103761246331
Binary100100011000101000001101101000011111110101010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486220; }

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

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

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

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

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

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

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

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