Html Css Color HEX #476A16 Green Leaf

📋 copy color: '#476A16'

red 71 ◦ green 106 ◦ blue 22

#476A16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Leaf #476A16

Tints of Green Leaf #476A16

RGB

 RED value IS 71 (28.13% from 255) = 35.68%

 GREEN value IS 106 (41.8% from 255) = 53.27%

 BLUE value IS 22 (8.98% from 255) = 11.06%

R = 35.68%
G = 53.27%
B = 11.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#476A16 (or 0x476A16) is known color: Green Leaf. HEX triplet: 47, 6A and 16. RGB value is (71,106,22). Sum of RGB (Red+Green+Blue) = 71+106+22=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 106 (41.80% from 255 or 53.27% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 106 - color contains mainly: green. Hex color #476A16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476A16 is #B895E9. Grayscale: #565656. Windows color (decimal): -12097002 or 1468999. OLE color: 1468999.

HSL color Cylindrical-coordinate representation of color #476A16: hue angle of 85º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #476A16 is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 106 22 -
CMYK 0.33 0 0.79 0.58
HSL 85º 0.66% 0.25% -
HSV(B) 85º 0.79% 0.42% -
XYZ 7.9 11.71 2.6 -
YUV 85.96 91.9 117.33 -
System Red Green Blue C M Y K H S L
Decimal 71 106 22 0.33 0 0.79 0.58 85 0.66 0.25
Hex 47 6A 16 21 0 4F 3A 55 42 19
Octal 107 152 26 41 0 117 72 125 102 31
Binary 1000111 1101010 10110 100001 0 1001111 111010 1010101 1000010 11001

Color Harmonies of #476A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476A16

Black with #476A16

Text Example


Text Example

White with #476A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476A16; }

 p { color: rgb(71,106,22); }

 H1.HeaderClassName
 {
   color: #476A16;
 }
 .AnyTagClassName
 {
   color: #476A16;
 }
</style>

background-color css

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

 a { background-color: rgb(71,106,22); }

 div.DivClassName
 {
   background-color: #476A16;
 }
 .BgClassName
 {
   background-color: #476A16;
 }
</style>

border-color css

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

 span { border-color: rgb(71,106,22); }

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