#476321

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

Shades of Green Leaf #476321

Tints of Green Leaf #476321

Color information

#476321 (or 0x476321) is unknown color: approx Green Leaf. HEX triplet: 47, 63 and 21. RGB value is (71,99,33). Sum of RGB (Red+Green+Blue) = 71+99+33=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #476321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476321 is #B89CDE. Grayscale: #535353. Windows color (decimal): -12098783 or 2188103. OLE color: 2188103.

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

Color convert

RGB719933-
CMYK0.2800.670.61
HSL85.45º50%25.88%-
HSV(B)85.45º66.67%38.82%-
XYZ7.3310.373.05-
YUV83.199.72119.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.98%
GREEN value IS 99 (39.06% from 255) = 48.77%
BLUE value IS 33 (13.28% from 255) = 16.26%
R=34.98%
G=48.77%
B=16.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7199330.2800.670.6185.455025.88
Hex4763211C0433D55321a
Octal10714341340103751256232
Binary100011111000111000011110001000011111101101010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476321; }

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

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

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

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

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

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

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

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