Html Css Color HEX #476220 Green Leaf

📋 copy color: '#476220'

red 71 ◦ green 98 ◦ blue 32

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

Shades of Green Leaf #476220

Tints of Green Leaf #476220

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.76%

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

R = 35.32%
G = 48.76%
B = 15.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#476220 (or 0x476220) is known color: Green Leaf. HEX triplet: 47, 62 and 20. RGB value is (71,98,32). Sum of RGB (Red+Green+Blue) = 71+98+32=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 98 - color contains mainly: green. Hex color #476220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476220 is #B89DDF. Grayscale: #525252. Windows color (decimal): -12099040 or 2122311. OLE color: 2122311.

HSL color Cylindrical-coordinate representation of color #476220: hue angle of 84.55º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #476220 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 98 32 -
CMYK 0.28 0 0.67 0.62
HSL 84.55º 0.51% 0.25% -
HSV(B) 84.55º 0.67% 0.38% -
XYZ 7.23 10.18 2.95 -
YUV 82.4 99.55 119.87 -
System Red Green Blue C M Y K H S L
Decimal 71 98 32 0.28 0 0.67 0.62 84.55 0.51 0.25
Hex 47 62 20 1C 0 43 3E 55 33 19
Octal 107 142 40 34 0 103 76 125 63 31
Binary 1000111 1100010 100000 11100 0 1000011 111110 1010101 110011 11001

Color Harmonies of #476220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476220

Black with #476220

Text Example


Text Example

White with #476220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476220; }

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

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

background-color css

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

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

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

border-color css

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

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

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