#487218

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

Shades of Green Leaf #487218

Tints of Green Leaf #487218

Color information

#487218 (or 0x487218) is unknown color: approx Green Leaf. HEX triplet: 48, 72 and 18. RGB value is (72,114,24). Sum of RGB (Red+Green+Blue) = 72+114+24=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 114 (44.92% from 255 or 54.29% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 114 - color contains mainly: green. Hex color #487218 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487218 is #B78DE7. Grayscale: #5B5B5B. Windows color (decimal): -12029416 or 1602120. OLE color: 1602120.

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

Color convert

RGB7211424-
CMYK0.3700.790.55
HSL88º65.22%27.06%-
HSV(B)88º78.95%44.71%-
XYZ8.8513.483-
YUV91.1890.09114.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.29%
GREEN value IS 114 (44.92% from 255) = 54.29%
BLUE value IS 24 (9.77% from 255) = 11.43%
R=34.29%
G=54.29%
B=11.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72114240.3700.790.558865.2227.06
Hex4872182504F3758411b
Octal110162304501176713010133
Binary1001000111001011000100101010011111101111011000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487218; }

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

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

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

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

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

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

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

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