#476718

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

Shades of Green Leaf #476718

Tints of Green Leaf #476718

Color information

#476718 (or 0x476718) is unknown color: approx Green Leaf. HEX triplet: 47, 67 and 18. RGB value is (71,103,24). Sum of RGB (Red+Green+Blue) = 71+103+24=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 103 (40.62% from 255 or 52.02% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 103 - color contains mainly: green. Hex color #476718 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476718 is #B898E7. Grayscale: #545454. Windows color (decimal): -12097768 or 1599303. OLE color: 1599303.

HSL color Cylindrical-coordinate representation of color #476718: hue angle of 84.3º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #476718 is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB7110324-
CMYK0.3100.770.60
HSL84.3º62.2%24.9%-
HSV(B)84.3º76.7%40.39%-
XYZ7.6111.112.61-
YUV84.4393.9118.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.86%
GREEN value IS 103 (40.62% from 255) = 52.02%
BLUE value IS 24 (9.77% from 255) = 12.12%
R=35.86%
G=52.02%
B=12.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71103240.3100.770.6084.362.224.9
Hex4767181F04D3C543e19
Octal10714730370115741247631
Binary10001111100111110001111101001101111100101010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476718; }

 p { color: rgb(71,103,24); }

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

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

 a { background-color: rgb(71,103,24); }

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

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

 span { border-color: rgb(71,103,24); }

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