#486816

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

Shades of Green Leaf #486816

Tints of Green Leaf #486816

Color information

#486816 (or 0x486816) is unknown color: approx Green Leaf. HEX triplet: 48, 68 and 16. RGB value is (72,104,22). Sum of RGB (Red+Green+Blue) = 72+104+22=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 104 (41.02% from 255 or 52.53% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 104 - color contains mainly: green. Hex color #486816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486816 is #B797E9. Grayscale: #555555. Windows color (decimal): -12031978 or 1468488. OLE color: 1468488.

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

Color convert

RGB7210422-
CMYK0.3100.790.59
HSL83.41º65.08%24.71%-
HSV(B)83.41º78.85%40.78%-
XYZ7.7711.342.54-
YUV85.0892.4118.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.36%
GREEN value IS 104 (41.02% from 255) = 52.53%
BLUE value IS 22 (8.98% from 255) = 11.11%
R=36.36%
G=52.53%
B=11.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72104220.3100.790.5983.4165.0824.71
Hex4868161F04F3B534119
Octal110150263701177312310131
Binary100100011010001011011111010011111110111010011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486816; }

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

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

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

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

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

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

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

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