#486E0F

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

Shades of Green Leaf #486E0F

Tints of Green Leaf #486E0F

Color information

#486E0F (or 0x486E0F) is unknown color: approx Green Leaf. HEX triplet: 48, 6E and 0F. RGB value is (72,110,15). Sum of RGB (Red+Green+Blue) = 72+110+15=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 110 (43.36% from 255 or 55.84% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 110 - color contains mainly: green. Hex color #486E0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486E0F is #B791F0. Grayscale: #585858. Windows color (decimal): -12030449 or 1011272. OLE color: 1011272.

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

Color convert

RGB7211015-
CMYK0.3500.860.57
HSL84º76%24.51%-
HSV(B)84º86.36%43.14%-
XYZ8.3312.562.44-
YUV87.8186.91116.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 110 (43.36% from 255) = 55.84%
BLUE value IS 15 (6.25% from 255) = 7.61%
R=36.55%
G=55.84%
B=7.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72110150.3500.860.57847624.51
Hex486EF2305639544c19
Octal110156174301267112411431
Binary100100011011101111100011010101101110011010100100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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