#487210

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

Shades of Green Leaf #487210

Tints of Green Leaf #487210

Color information

#487210 (or 0x487210) is unknown color: approx Green Leaf. HEX triplet: 48, 72 and 10. RGB value is (72,114,16). Sum of RGB (Red+Green+Blue) = 72+114+16=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #487210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487210 is #B78DEF. Grayscale: #5A5A5A. Windows color (decimal): -12029424 or 1077832. OLE color: 1077832.

HSL color Cylindrical-coordinate representation of color #487210: hue angle of 85.71º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #487210 is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB7211416-
CMYK0.3700.860.55
HSL85.71º75.38%25.49%-
HSV(B)85.71º85.96%44.71%-
XYZ8.7813.452.62-
YUV90.2786.09114.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.64%
GREEN value IS 114 (44.92% from 255) = 56.44%
BLUE value IS 16 (6.64% from 255) = 7.92%
R=35.64%
G=56.44%
B=7.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72114160.3700.860.5585.7175.3825.49
Hex4872102505637564b19
Octal110162204501266712611331
Binary1001000111001010000100101010101101101111010110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487210; }

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

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

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

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

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

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

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

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