#487714

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

Shades of Green Leaf #487714

Tints of Green Leaf #487714

Color information

#487714 (or 0x487714) is unknown color: approx Green Leaf. HEX triplet: 48, 77 and 14. RGB value is (72,119,20). Sum of RGB (Red+Green+Blue) = 72+119+20=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 119 (46.88% from 255 or 56.40% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 119 - color contains mainly: green. Hex color #487714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487714 is #B788EB. Grayscale: #5E5E5E. Windows color (decimal): -12028140 or 1341256. OLE color: 1341256.

HSL color Cylindrical-coordinate representation of color #487714: hue angle of 88.48º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #487714 is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB7211920-
CMYK0.3900.830.53
HSL88.48º71.22%27.25%-
HSV(B)88.48º83.19%46.67%-
XYZ9.414.622.99-
YUV93.6686.43112.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.12%
GREEN value IS 119 (46.88% from 255) = 56.40%
BLUE value IS 20 (8.20% from 255) = 9.48%
R=34.12%
G=56.40%
B=9.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72119200.3900.830.5388.4871.2227.25
Hex487714270533558471b
Octal110167244701236513010733
Binary1001000111011110100100111010100111101011011000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487714; }

 p { color: rgb(72,119,20); }

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

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

 a { background-color: rgb(72,119,20); }

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

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

 span { border-color: rgb(72,119,20); }

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