Html Css Color HEX #476E16 Green Leaf

📋 copy color: '#476E16'

red 71 ◦ green 110 ◦ blue 22

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

Shades of Green Leaf #476E16

Tints of Green Leaf #476E16

RGB

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

 GREEN value IS 110 (43.36% from 255) = 54.19%

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

R = 34.98%
G = 54.19%
B = 10.84%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.8

 K value IS 0.57

RGB Variations

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

Color information

#476E16 (or 0x476E16) is known color: Green Leaf. HEX triplet: 47, 6E and 16. RGB value is (71,110,22). Sum of RGB (Red+Green+Blue) = 71+110+22=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 110 (43.36% from 255 or 54.19% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 110 - color contains mainly: green. Hex color #476E16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476E16 is #B891E9. Grayscale: #585858. Windows color (decimal): -12095978 or 1470023. OLE color: 1470023.

HSL color Cylindrical-coordinate representation of color #476E16: hue angle of 86.59º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #476E16 is Cyan = 0.35, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 110 22 -
CMYK 0.35 0 0.8 0.57
HSL 86.59º 0.67% 0.26% -
HSV(B) 86.59º 0.8% 0.43% -
XYZ 8.32 12.55 2.74 -
YUV 88.31 90.58 115.66 -
System Red Green Blue C M Y K H S L
Decimal 71 110 22 0.35 0 0.8 0.57 86.59 0.67 0.26
Hex 47 6E 16 23 0 50 39 57 43 1A
Octal 107 156 26 43 0 120 71 127 103 32
Binary 1000111 1101110 10110 100011 0 1010000 111001 1010111 1000011 11010

Color Harmonies of #476E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476E16

Black with #476E16

Text Example


Text Example

White with #476E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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