#486E10

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

Shades of Green Leaf #486E10

Tints of Green Leaf #486E10

Color information

#486E10 (or 0x486E10) is unknown color: approx Green Leaf. HEX triplet: 48, 6E and 10. RGB value is (72,110,16). Sum of RGB (Red+Green+Blue) = 72+110+16=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 110 (43.36% from 255 or 55.56% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 110 - color contains mainly: green. Hex color #486E10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486E10 is #B791EF. Grayscale: #585858. Windows color (decimal): -12030448 or 1076808. OLE color: 1076808.

HSL color Cylindrical-coordinate representation of color #486E10: hue angle of 84.26º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #486E10 is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.

Color convert

RGB7211016-
CMYK0.3500.850.57
HSL84.26º74.6%24.71%-
HSV(B)84.26º85.45%43.14%-
XYZ8.3412.572.48-
YUV87.9287.41116.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.36%
GREEN value IS 110 (43.36% from 255) = 55.56%
BLUE value IS 16 (6.64% from 255) = 8.08%
R=36.36%
G=55.56%
B=8.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72110160.3500.850.5784.2674.624.71
Hex486E102305539544b19
Octal110156204301257112411331
Binary1001000110111010000100011010101011110011010100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486E10; }

 p { color: rgb(72,110,16); }

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

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

 a { background-color: rgb(72,110,16); }

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

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

 span { border-color: rgb(72,110,16); }

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