#486F19

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

Shades of Green Leaf #486F19

Tints of Green Leaf #486F19

Color information

#486F19 (or 0x486F19) is unknown color: approx Green Leaf. HEX triplet: 48, 6F and 19. RGB value is (72,111,25). Sum of RGB (Red+Green+Blue) = 72+111+25=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 111 (43.75% from 255 or 53.37% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 111 - color contains mainly: green. Hex color #486F19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486F19 is #B790E6. Grayscale: #595959. Windows color (decimal): -12030183 or 1666888. OLE color: 1666888.

HSL color Cylindrical-coordinate representation of color #486F19: hue angle of 87.21º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #486F19 is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB7211125-
CMYK0.3500.770.56
HSL87.21º63.24%26.67%-
HSV(B)87.21º77.48%43.53%-
XYZ8.5312.822.94-
YUV89.5491.58115.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.62%
GREEN value IS 111 (43.75% from 255) = 53.37%
BLUE value IS 25 (10.16% from 255) = 12.02%
R=34.62%
G=53.37%
B=12.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72111250.3500.770.5687.2163.2426.67
Hex486F192304D38573f1b
Octal11015731430115701277733
Binary100100011011111100110001101001101111000101011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,111,25); }

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

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

 a { background-color: rgb(72,111,25); }

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

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

 span { border-color: rgb(72,111,25); }

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