Html Css Color HEX #476020 Clover

📋 copy color: '#476020'

red 71 ◦ green 96 ◦ blue 32

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

Shades of Clover #476020

Tints of Clover #476020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48.24%

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

R = 35.68%
G = 48.24%
B = 16.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#476020 (or 0x476020) is known color: Clover. HEX triplet: 47, 60 and 20. RGB value is (71,96,32). Sum of RGB (Red+Green+Blue) = 71+96+32=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #476020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476020 is #B89FDF. Grayscale: #515151. Windows color (decimal): -12099552 or 2121799. OLE color: 2121799.

HSL color Cylindrical-coordinate representation of color #476020: hue angle of 83.44º degrees, saturation: 0.5, 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 #476020 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 96 32 -
CMYK 0.26 0 0.67 0.62
HSL 83.44º 0.5% 0.25% -
HSV(B) 83.44º 0.67% 0.38% -
XYZ 7.04 9.81 2.89 -
YUV 81.23 100.22 120.7 -
System Red Green Blue C M Y K H S L
Decimal 71 96 32 0.26 0 0.67 0.62 83.44 0.5 0.25
Hex 47 60 20 1A 0 43 3E 53 32 19
Octal 107 140 40 32 0 103 76 123 62 31
Binary 1000111 1100000 100000 11010 0 1000011 111110 1010011 110010 11001

Color Harmonies of #476020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476020

Black with #476020

Text Example


Text Example

White with #476020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476020; }

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

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

background-color css

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

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

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

border-color css

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

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

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