#476320

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

Shades of Green Leaf #476320

Tints of Green Leaf #476320

Color information

#476320 (or 0x476320) is unknown color: approx Green Leaf. HEX triplet: 47, 63 and 20. RGB value is (71,99,32). Sum of RGB (Red+Green+Blue) = 71+99+32=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 99 (39.06% from 255 or 49.01% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 99 - color contains mainly: green. Hex color #476320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476320 is #B89CDF. Grayscale: #535353. Windows color (decimal): -12098784 or 2122567. OLE color: 2122567.

HSL color Cylindrical-coordinate representation of color #476320: hue angle of 85.07º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #476320 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB719932-
CMYK0.2800.680.61
HSL85.07º51.15%25.69%-
HSV(B)85.07º67.68%38.82%-
XYZ7.3210.372.98-
YUV82.9999.22119.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.15%
GREEN value IS 99 (39.06% from 255) = 49.01%
BLUE value IS 32 (12.89% from 255) = 15.84%
R=35.15%
G=49.01%
B=15.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7199320.2800.680.6185.0751.1525.69
Hex4763201C0443D55331a
Octal10714340340104751256332
Binary100011111000111000001110001000100111101101010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476320; }

 p { color: rgb(71,99,32); }

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

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

 a { background-color: rgb(71,99,32); }

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

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

 span { border-color: rgb(71,99,32); }

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