#486918

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

Shades of Green Leaf #486918

Tints of Green Leaf #486918

Color information

#486918 (or 0x486918) is unknown color: approx Green Leaf. HEX triplet: 48, 69 and 18. RGB value is (72,105,24). Sum of RGB (Red+Green+Blue) = 72+105+24=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 105 (41.41% from 255 or 52.24% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 105 - color contains mainly: green. Hex color #486918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486918 is #B796E7. Grayscale: #565656. Windows color (decimal): -12031720 or 1599816. OLE color: 1599816.

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

Color convert

RGB7210524-
CMYK0.3100.770.59
HSL84.44º62.79%25.29%-
HSV(B)84.44º77.14%41.18%-
XYZ7.8911.552.68-
YUV85.993.07118.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 105 (41.41% from 255) = 52.24%
BLUE value IS 24 (9.77% from 255) = 11.94%
R=35.82%
G=52.24%
B=11.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72105240.3100.770.5984.4462.7925.29
Hex4869181F04D3B543f19
Octal11015130370115731247731
Binary10010001101001110001111101001101111011101010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486918; }

 p { color: rgb(72,105,24); }

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

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

 a { background-color: rgb(72,105,24); }

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

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

 span { border-color: rgb(72,105,24); }

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