Html Css Color HEX #475132 Clover

📋 copy color: '#475132'

red 71 ◦ green 81 ◦ blue 50

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

Shades of Clover #475132

Tints of Clover #475132

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.1%

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

R = 35.15%
G = 40.1%
B = 24.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#475132 (or 0x475132) is known color: Clover. HEX triplet: 47, 51 and 32. RGB value is (71,81,50). Sum of RGB (Red+Green+Blue) = 71+81+50=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 81 - color contains mainly: green. Hex color #475132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475132 is #B8AECD. Grayscale: #4A4A4A. Windows color (decimal): -12103374 or 3297607. OLE color: 3297607.

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

Color convert

RGB 71 81 50 -
CMYK 0.12 0 0.38 0.68
HSL 79.35º 0.24% 0.26% -
HSV(B) 79.35º 0.38% 0.32% -
XYZ 6.12 7.45 4.13 -
YUV 74.48 114.19 125.52 -
System Red Green Blue C M Y K H S L
Decimal 71 81 50 0.12 0 0.38 0.68 79.35 0.24 0.26
Hex 47 51 32 C 0 26 44 4F 18 1A
Octal 107 121 62 14 0 46 104 117 30 32
Binary 1000111 1010001 110010 1100 0 100110 1000100 1001111 11000 11010

Color Harmonies of #475132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475132

Black with #475132

Text Example


Text Example

White with #475132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475132; }

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

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

background-color css

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

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

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

border-color css

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

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

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