Html Css Color HEX #475232 Clover

📋 copy color: '#475232'

red 71 ◦ green 82 ◦ blue 50

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

Shades of Clover #475232

Tints of Clover #475232

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.39%

 BLUE value IS 50 (19.92% from 255) = 24.63%

R = 34.98%
G = 40.39%
B = 24.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.39

 K value IS 0.68

RGB Variations

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

Color information

#475232 (or 0x475232) is known color: Clover. HEX triplet: 47, 52 and 32. RGB value is (71,82,50). Sum of RGB (Red+Green+Blue) = 71+82+50=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 82 - color contains mainly: green. Hex color #475232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475232 is #B8ADCD. Grayscale: #4B4B4B. Windows color (decimal): -12103118 or 3297863. OLE color: 3297863.

HSL color Cylindrical-coordinate representation of color #475232: hue angle of 80.62º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #475232 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 82 50 -
CMYK 0.13 0 0.39 0.68
HSL 80.63º 0.24% 0.26% -
HSV(B) 80.63º 0.39% 0.32% -
XYZ 6.19 7.6 4.16 -
YUV 75.06 113.86 125.1 -
System Red Green Blue C M Y K H S L
Decimal 71 82 50 0.13 0 0.39 0.68 80.63 0.24 0.26
Hex 47 52 32 D 0 27 44 51 18 1A
Octal 107 122 62 15 0 47 104 121 30 32
Binary 1000111 1010010 110010 1101 0 100111 1000100 1010001 11000 11010

Color Harmonies of #475232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475232

Black with #475232

Text Example


Text Example

White with #475232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475232; }

 p { color: rgb(71,82,50); }

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

background-color css

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

 a { background-color: rgb(71,82,50); }

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

border-color css

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

 span { border-color: rgb(71,82,50); }

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