#476814

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

Shades of Green Leaf #476814

Tints of Green Leaf #476814

Color information

#476814 (or 0x476814) is unknown color: approx Green Leaf. HEX triplet: 47, 68 and 14. RGB value is (71,104,20). Sum of RGB (Red+Green+Blue) = 71+104+20=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 104 (41.02% from 255 or 53.33% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 104 - color contains mainly: green. Hex color #476814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476814 is #B897EB. Grayscale: #545454. Windows color (decimal): -12097516 or 1337415. OLE color: 1337415.

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

Color convert

RGB7110420-
CMYK0.3200.810.59
HSL83.57º67.74%24.31%-
HSV(B)83.57º80.77%40.78%-
XYZ7.6811.292.44-
YUV84.5691.57118.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.41%
GREEN value IS 104 (41.02% from 255) = 53.33%
BLUE value IS 20 (8.20% from 255) = 10.26%
R=36.41%
G=53.33%
B=10.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71104200.3200.810.5983.5767.7424.31
Hex476814200513B544418
Octal107150244001217312410430
Binary1000111110100010100100000010100011110111010100100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476814; }

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

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

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

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

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

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

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

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