#486915

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

Shades of Green Leaf #486915

Tints of Green Leaf #486915

Color information

#486915 (or 0x486915) is unknown color: approx Green Leaf. HEX triplet: 48, 69 and 15. RGB value is (72,105,21). Sum of RGB (Red+Green+Blue) = 72+105+21=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 105 (41.41% from 255 or 53.03% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 105 - color contains mainly: green. Hex color #486915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486915 is #B796EA. Grayscale: #555555. Windows color (decimal): -12031723 or 1403208. OLE color: 1403208.

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

Color convert

RGB7210521-
CMYK0.3100.800.59
HSL83.57º66.67%24.71%-
HSV(B)83.57º80%41.18%-
XYZ7.8611.542.52-
YUV85.5691.57118.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.36%
GREEN value IS 105 (41.41% from 255) = 53.03%
BLUE value IS 21 (8.59% from 255) = 10.61%
R=36.36%
G=53.03%
B=10.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72105210.3100.800.5983.5766.6724.71
Hex4869151F0503B544319
Octal110151253701207312410331
Binary100100011010011010111111010100001110111010100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486915; }

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

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

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

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

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

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

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

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