Html Css Color HEX #476F20 Green Leaf

📋 copy color: '#476F20'

red 71 ◦ green 111 ◦ blue 32

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

Shades of Green Leaf #476F20

Tints of Green Leaf #476F20

RGB

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

 GREEN value IS 111 (43.75% from 255) = 51.87%

 BLUE value IS 32 (12.89% from 255) = 14.95%

R = 33.18%
G = 51.87%
B = 14.95%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#476F20 (or 0x476F20) is known color: Green Leaf. HEX triplet: 47, 6F and 20. RGB value is (71,111,32). Sum of RGB (Red+Green+Blue) = 71+111+32=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 111 (43.75% from 255 or 51.87% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 111 - color contains mainly: green. Hex color #476F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476F20 is #B890DF. Grayscale: #5A5A5A. Windows color (decimal): -12095712 or 2125639. OLE color: 2125639.

HSL color Cylindrical-coordinate representation of color #476F20: hue angle of 90.38º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #476F20 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 111 32 -
CMYK 0.36 0 0.71 0.56
HSL 90.38º 0.55% 0.28% -
HSV(B) 90.38º 0.71% 0.44% -
XYZ 8.54 12.81 3.39 -
YUV 90.03 95.25 114.42 -
System Red Green Blue C M Y K H S L
Decimal 71 111 32 0.36 0 0.71 0.56 90.38 0.55 0.28
Hex 47 6F 20 24 0 47 38 5A 37 1C
Octal 107 157 40 44 0 107 70 132 67 34
Binary 1000111 1101111 100000 100100 0 1000111 111000 1011010 110111 11100

Color Harmonies of #476F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476F20

Black with #476F20

Text Example


Text Example

White with #476F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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