#487805

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

Shades of Green Leaf #487805

Tints of Green Leaf #487805

Color information

#487805 (or 0x487805) is unknown color: approx Green Leaf. HEX triplet: 48, 78 and 05. RGB value is (72,120,5). Sum of RGB (Red+Green+Blue) = 72+120+5=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 120 (47.27% from 255 or 60.91% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 120 - color contains mainly: green. Hex color #487805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487805 is #B787FA. Grayscale: #5C5C5C. Windows color (decimal): -12027899 or 358472. OLE color: 358472.

HSL color Cylindrical-coordinate representation of color #487805: hue angle of 85.04º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #487805 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB721205-
CMYK0.4000.960.53
HSL85.04º92%24.51%-
HSV(B)85.04º95.83%47.06%-
XYZ9.4214.822.51-
YUV92.5478.6113.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 120 (47.27% from 255) = 60.91%
BLUE value IS 5 (2.34% from 255) = 2.54%
R=36.55%
G=60.91%
B=2.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7212050.4000.960.5385.049224.51
Hex487852806035555c19
Octal11017055001406512513431
Binary10010001111000101101000011000001101011010101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487805; }

 p { color: rgb(72,120,5); }

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

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

 a { background-color: rgb(72,120,5); }

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

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

 span { border-color: rgb(72,120,5); }

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