#487114

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

Shades of Green Leaf #487114

Tints of Green Leaf #487114

Color information

#487114 (or 0x487114) is unknown color: approx Green Leaf. HEX triplet: 48, 71 and 14. RGB value is (72,113,20). Sum of RGB (Red+Green+Blue) = 72+113+20=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 113 (44.53% from 255 or 55.12% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 113 - color contains mainly: green. Hex color #487114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487114 is #B78EEB. Grayscale: #5A5A5A. Windows color (decimal): -12029676 or 1339720. OLE color: 1339720.

HSL color Cylindrical-coordinate representation of color #487114: hue angle of 86.45º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #487114 is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB7211320-
CMYK0.3600.820.56
HSL86.45º69.92%26.08%-
HSV(B)86.45º82.3%44.31%-
XYZ8.713.242.76-
YUV90.1488.42115.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.12%
GREEN value IS 113 (44.53% from 255) = 55.12%
BLUE value IS 20 (8.20% from 255) = 9.76%
R=35.12%
G=55.12%
B=9.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72113200.3600.820.5686.4569.9226.08
Hex487114240523856461a
Octal110161244401227012610632
Binary1001000111000110100100100010100101110001010110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487114; }

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

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

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

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

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

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

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

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