#487012

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

Shades of Green Leaf #487012

Tints of Green Leaf #487012

Color information

#487012 (or 0x487012) is unknown color: approx Green Leaf. HEX triplet: 48, 70 and 12. RGB value is (72,112,18). Sum of RGB (Red+Green+Blue) = 72+112+18=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 112 (44.14% from 255 or 55.45% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 112 - color contains mainly: green. Hex color #487012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487012 is #B78FED. Grayscale: #595959. Windows color (decimal): -12029934 or 1208392. OLE color: 1208392.

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

Color convert

RGB7211218-
CMYK0.3600.840.56
HSL85.53º72.31%25.49%-
HSV(B)85.53º83.93%43.92%-
XYZ8.5813.012.63-
YUV89.3287.75115.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.64%
GREEN value IS 112 (44.14% from 255) = 55.45%
BLUE value IS 18 (7.42% from 255) = 8.91%
R=35.64%
G=55.45%
B=8.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72112180.3600.840.5685.5372.3125.49
Hex4870122405438564819
Octal110160224401247012611031
Binary1001000111000010010100100010101001110001010110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487012; }

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

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

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

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

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

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

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

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