Html Css Color HEX #476916 Green Leaf

📋 copy color: '#476916'

red 71 ◦ green 105 ◦ blue 22

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

Shades of Green Leaf #476916

Tints of Green Leaf #476916

RGB

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

 GREEN value IS 105 (41.41% from 255) = 53.03%

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

R = 35.86%
G = 53.03%
B = 11.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#476916 (or 0x476916) is known color: Green Leaf. HEX triplet: 47, 69 and 16. RGB value is (71,105,22). Sum of RGB (Red+Green+Blue) = 71+105+22=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 105 (41.41% from 255 or 53.03% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 105 - color contains mainly: green. Hex color #476916 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476916 is #B896E9. Grayscale: #555555. Windows color (decimal): -12097258 or 1468743. OLE color: 1468743.

HSL color Cylindrical-coordinate representation of color #476916: hue angle of 84.58º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #476916 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 105 22 -
CMYK 0.32 0 0.79 0.59
HSL 84.58º 0.65% 0.25% -
HSV(B) 84.58º 0.79% 0.41% -
XYZ 7.79 11.5 2.57 -
YUV 85.37 92.24 117.75 -
System Red Green Blue C M Y K H S L
Decimal 71 105 22 0.32 0 0.79 0.59 84.58 0.65 0.25
Hex 47 69 16 20 0 4F 3B 55 41 19
Octal 107 151 26 40 0 117 73 125 101 31
Binary 1000111 1101001 10110 100000 0 1001111 111011 1010101 1000001 11001

Color Harmonies of #476916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476916

Black with #476916

Text Example


Text Example

White with #476916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476916; }

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

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

background-color css

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

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

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

border-color css

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

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

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