#487405

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

Shades of Green Leaf #487405

Tints of Green Leaf #487405

Color information

#487405 (or 0x487405) is unknown color: approx Green Leaf. HEX triplet: 48, 74 and 05. RGB value is (72,116,5). Sum of RGB (Red+Green+Blue) = 72+116+5=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 116 (45.70% from 255 or 60.10% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 116 - color contains mainly: green. Hex color #487405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487405 is #B78BFA. Grayscale: #5A5A5A. Windows color (decimal): -12028923 or 357448. OLE color: 357448.

HSL color Cylindrical-coordinate representation of color #487405: hue angle of 83.78º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #487405 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB721165-
CMYK0.3800.960.55
HSL83.78º91.74%23.73%-
HSV(B)83.78º95.69%45.49%-
XYZ8.9513.882.35-
YUV90.1979.92115.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.31%
GREEN value IS 116 (45.70% from 255) = 60.10%
BLUE value IS 5 (2.34% from 255) = 2.59%
R=37.31%
G=60.10%
B=2.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7211650.3800.960.5583.7891.7423.73
Hex487452606037545c18
Octal11016454601406712413430
Binary10010001110100101100110011000001101111010100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487405; }

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

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

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

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

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

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

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

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