Html Css Color HEX #477420 Green Leaf

📋 copy color: '#477420'

red 71 ◦ green 116 ◦ blue 32

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

Shades of Green Leaf #477420

Tints of Green Leaf #477420

RGB

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

 GREEN value IS 116 (45.7% from 255) = 52.97%

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

R = 32.42%
G = 52.97%
B = 14.61%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#477420 (or 0x477420) is known color: Green Leaf. HEX triplet: 47, 74 and 20. RGB value is (71,116,32). Sum of RGB (Red+Green+Blue) = 71+116+32=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 116 (45.70% from 255 or 52.97% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 116 - color contains mainly: green. Hex color #477420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477420 is #B88BDF. Grayscale: #5D5D5D. Windows color (decimal): -12094432 or 2126919. OLE color: 2126919.

HSL color Cylindrical-coordinate representation of color #477420: hue angle of 92.14º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #477420 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 116 32 -
CMYK 0.39 0 0.72 0.55
HSL 92.14º 0.57% 0.29% -
HSV(B) 92.14º 0.72% 0.45% -
XYZ 9.1 13.93 3.58 -
YUV 92.97 93.59 112.33 -
System Red Green Blue C M Y K H S L
Decimal 71 116 32 0.39 0 0.72 0.55 92.14 0.57 0.29
Hex 47 74 20 27 0 48 37 5C 39 1D
Octal 107 164 40 47 0 110 67 134 71 35
Binary 1000111 1110100 100000 100111 0 1001000 110111 1011100 111001 11101

Color Harmonies of #477420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477420

Black with #477420

Text Example


Text Example

White with #477420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477420; }

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

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

background-color css

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

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

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

border-color css

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

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

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