#476816

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

Shades of Green Leaf #476816

Tints of Green Leaf #476816

Color information

#476816 (or 0x476816) is unknown color: approx Green Leaf. HEX triplet: 47, 68 and 16. RGB value is (71,104,22). Sum of RGB (Red+Green+Blue) = 71+104+22=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 104 (41.02% from 255 or 52.79% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 104 - color contains mainly: green. Hex color #476816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476816 is #B897E9. Grayscale: #555555. Windows color (decimal): -12097514 or 1468487. OLE color: 1468487.

HSL color Cylindrical-coordinate representation of color #476816: hue angle of 84.15º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #476816 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB7110422-
CMYK0.3200.790.59
HSL84.15º65.08%24.71%-
HSV(B)84.15º78.85%40.78%-
XYZ7.6911.32.53-
YUV84.7892.57118.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.04%
GREEN value IS 104 (41.02% from 255) = 52.79%
BLUE value IS 22 (8.98% from 255) = 11.17%
R=36.04%
G=52.79%
B=11.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71104220.3200.790.5984.1565.0824.71
Hex4768162004F3B544119
Octal107150264001177312410131
Binary1000111110100010110100000010011111110111010100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476816; }

 p { color: rgb(71,104,22); }

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

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

 a { background-color: rgb(71,104,22); }

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

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

 span { border-color: rgb(71,104,22); }

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