#487010

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

Shades of Green Leaf #487010

Tints of Green Leaf #487010

Color information

#487010 (or 0x487010) is unknown color: approx Green Leaf. HEX triplet: 48, 70 and 10. RGB value is (72,112,16). Sum of RGB (Red+Green+Blue) = 72+112+16=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 112 (44.14% from 255 or 56% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 112 - color contains mainly: green. Hex color #487010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487010 is #B78FEF. Grayscale: #595959. Windows color (decimal): -12029936 or 1077320. OLE color: 1077320.

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

Color convert

RGB7211216-
CMYK0.3600.860.56
HSL85º75%25.1%-
HSV(B)85º85.71%43.92%-
XYZ8.56132.55-
YUV89.186.75115.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36%
GREEN value IS 112 (44.14% from 255) = 56%
BLUE value IS 16 (6.64% from 255) = 8%
R=36%
G=56%
B=8%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72112160.3600.860.56857525.1
Hex4870102405638554b19
Octal110160204401267012511331
Binary1001000111000010000100100010101101110001010101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487010; }

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

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

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

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

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

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

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

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