#486820

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

Shades of Green Leaf #486820

Tints of Green Leaf #486820

Color information

#486820 (or 0x486820) is unknown color: approx Green Leaf. HEX triplet: 48, 68 and 20. RGB value is (72,104,32). Sum of RGB (Red+Green+Blue) = 72+104+32=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 104 (41.02% from 255 or 50% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 104 - color contains mainly: green. Hex color #486820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486820 is #B797DF. Grayscale: #565656. Windows color (decimal): -12031968 or 2123848. OLE color: 2123848.

HSL color Cylindrical-coordinate representation of color #486820: hue angle of 86.67º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #486820 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB7210432-
CMYK0.3100.690.59
HSL86.67º52.94%26.67%-
HSV(B)86.67º69.23%40.78%-
XYZ7.8811.383.15-
YUV86.2297.4117.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.62%
GREEN value IS 104 (41.02% from 255) = 50%
BLUE value IS 32 (12.89% from 255) = 15.38%
R=34.62%
G=50%
B=15.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72104320.3100.690.5986.6752.9426.67
Hex4868201F0453B57351b
Octal11015040370105731276533
Binary100100011010001000001111101000101111011101011111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486820; }

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

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

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

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

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

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

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

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