Html Css Color HEX #477320 Green Leaf

📋 copy color: '#477320'

red 71 ◦ green 115 ◦ blue 32

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

Shades of Green Leaf #477320

Tints of Green Leaf #477320

RGB

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

 GREEN value IS 115 (45.31% from 255) = 52.75%

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

R = 32.57%
G = 52.75%
B = 14.68%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#477320 (or 0x477320) is known color: Green Leaf. HEX triplet: 47, 73 and 20. RGB value is (71,115,32). Sum of RGB (Red+Green+Blue) = 71+115+32=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 115 (45.31% from 255 or 52.75% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 115 - color contains mainly: green. Hex color #477320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477320 is #B88CDF. Grayscale: #5C5C5C. Windows color (decimal): -12094688 or 2126663. OLE color: 2126663.

HSL color Cylindrical-coordinate representation of color #477320: hue angle of 91.81º degrees, saturation: 0.56, 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 #477320 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 115 32 -
CMYK 0.38 0 0.72 0.55
HSL 91.81º 0.56% 0.29% -
HSV(B) 91.81º 0.72% 0.45% -
XYZ 8.99 13.71 3.54 -
YUV 92.38 93.92 112.75 -
System Red Green Blue C M Y K H S L
Decimal 71 115 32 0.38 0 0.72 0.55 91.81 0.56 0.29
Hex 47 73 20 26 0 48 37 5C 38 1D
Octal 107 163 40 46 0 110 67 134 70 35
Binary 1000111 1110011 100000 100110 0 1001000 110111 1011100 111000 11101

Color Harmonies of #477320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477320

Black with #477320

Text Example


Text Example

White with #477320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477320; }

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

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

background-color css

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

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

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

border-color css

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

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

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