#476722

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

Shades of Green Leaf #476722

Tints of Green Leaf #476722

Color information

#476722 (or 0x476722) is unknown color: approx Green Leaf. HEX triplet: 47, 67 and 22. RGB value is (71,103,34). Sum of RGB (Red+Green+Blue) = 71+103+34=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 103 (40.62% from 255 or 49.52% from 208); Blue value is 34 (13.67% from 255 or 16.35% from 208); Max value from RGB is 103 - color contains mainly: green. Hex color #476722 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476722 is #B898DD. Grayscale: #555555. Windows color (decimal): -12097758 or 2254663. OLE color: 2254663.

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

Color convert

RGB7110334-
CMYK0.3100.670.60
HSL87.83º50.36%26.86%-
HSV(B)87.83º66.99%40.39%-
XYZ7.7411.163.26-
YUV85.5798.9117.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.13%
GREEN value IS 103 (40.62% from 255) = 49.52%
BLUE value IS 34 (13.67% from 255) = 16.35%
R=34.13%
G=49.52%
B=16.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71103340.3100.670.6087.8350.3626.86
Hex4767221F0433C58321b
Octal10714742370103741306233
Binary100011111001111000101111101000011111100101100011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476722; }

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

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

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

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

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

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

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

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