Html Css Color HEX #477520 Green Leaf

📋 copy color: '#477520'

red 71 ◦ green 117 ◦ blue 32

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

Shades of Green Leaf #477520

Tints of Green Leaf #477520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 53.18%

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

R = 32.27%
G = 53.18%
B = 14.55%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#477520 (or 0x477520) is known color: Green Leaf. HEX triplet: 47, 75 and 20. RGB value is (71,117,32). Sum of RGB (Red+Green+Blue) = 71+117+32=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 117 (46.09% from 255 or 53.18% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 117 - color contains mainly: green. Hex color #477520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477520 is #B88ADF. Grayscale: #5D5D5D. Windows color (decimal): -12094176 or 2127175. OLE color: 2127175.

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

Color convert

RGB 71 117 32 -
CMYK 0.39 0 0.73 0.54
HSL 92.47º 0.57% 0.29% -
HSV(B) 92.47º 0.73% 0.46% -
XYZ 9.22 14.17 3.61 -
YUV 93.56 93.26 111.91 -
System Red Green Blue C M Y K H S L
Decimal 71 117 32 0.39 0 0.73 0.54 92.47 0.57 0.29
Hex 47 75 20 27 0 49 36 5C 39 1D
Octal 107 165 40 47 0 111 66 134 71 35
Binary 1000111 1110101 100000 100111 0 1001001 110110 1011100 111001 11101

Color Harmonies of #477520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477520

Black with #477520

Text Example


Text Example

White with #477520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477520; }

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

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

background-color css

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

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

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

border-color css

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

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

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