#487506

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

Shades of Green Leaf #487506

Tints of Green Leaf #487506

Color information

#487506 (or 0x487506) is unknown color: approx Green Leaf. HEX triplet: 48, 75 and 06. RGB value is (72,117,6). Sum of RGB (Red+Green+Blue) = 72+117+6=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 117 (46.09% from 255 or 60% from 195); Blue value is 6 (2.73% from 255 or 3.08% from 195); Max value from RGB is 117 - color contains mainly: green. Hex color #487506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487506 is #B78AF9. Grayscale: #5B5B5B. Windows color (decimal): -12028666 or 423240. OLE color: 423240.

HSL color Cylindrical-coordinate representation of color #487506: hue angle of 84.32º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #487506 is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB721176-
CMYK0.3800.950.54
HSL84.32º90.24%24.12%-
HSV(B)84.32º94.87%45.88%-
XYZ9.0714.112.42-
YUV90.8980.09114.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 117 (46.09% from 255) = 60%
BLUE value IS 6 (2.73% from 255) = 3.08%
R=36.92%
G=60%
B=3.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7211760.3800.950.5484.3290.2424.12
Hex487562605F36545a18
Octal11016564601376612413230
Binary10010001110101110100110010111111101101010100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487506; }

 p { color: rgb(72,117,6); }

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

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

 a { background-color: rgb(72,117,6); }

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

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

 span { border-color: rgb(72,117,6); }

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