#477515

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

Shades of Green Leaf #477515

Tints of Green Leaf #477515

Color information

#477515 (or 0x477515) is unknown color: approx Green Leaf. HEX triplet: 47, 75 and 15. RGB value is (71,117,21). Sum of RGB (Red+Green+Blue) = 71+117+21=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 117 (46.09% from 255 or 55.98% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 117 - color contains mainly: green. Hex color #477515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477515 is #B88AEA. Grayscale: #5C5C5C. Windows color (decimal): -12094187 or 1406279. OLE color: 1406279.

HSL color Cylindrical-coordinate representation of color #477515: hue angle of 88.75º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #477515 is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB7111721-
CMYK0.3900.820.54
HSL88.75º69.57%27.06%-
HSV(B)88.75º82.05%45.88%-
XYZ9.114.122.95-
YUV92.387.76112.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.97%
GREEN value IS 117 (46.09% from 255) = 55.98%
BLUE value IS 21 (8.59% from 255) = 10.05%
R=33.97%
G=55.98%
B=10.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71117210.3900.820.5488.7569.5727.06
Hex477515270523659461b
Octal107165254701226613110633
Binary1000111111010110101100111010100101101101011001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477515; }

 p { color: rgb(71,117,21); }

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

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

 a { background-color: rgb(71,117,21); }

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

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

 span { border-color: rgb(71,117,21); }

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