Html Css Color HEX #475037 Clover

📋 copy color: '#475037'

red 71 ◦ green 80 ◦ blue 55

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

Shades of Clover #475037

Tints of Clover #475037

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.83%

 BLUE value IS 55 (21.88% from 255) = 26.7%

R = 34.47%
G = 38.83%
B = 26.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#475037 (or 0x475037) is known color: Clover. HEX triplet: 47, 50 and 37. RGB value is (71,80,55). Sum of RGB (Red+Green+Blue) = 71+80+55=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 80 - color contains mainly: green. Hex color #475037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475037 is #B8AFC8. Grayscale: #4A4A4A. Windows color (decimal): -12103625 or 3625031. OLE color: 3625031.

HSL color Cylindrical-coordinate representation of color #475037: hue angle of 81.6º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #475037 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 80 55 -
CMYK 0.11 0 0.31 0.69
HSL 81.6º 0.19% 0.26% -
HSV(B) 81.6º 0.31% 0.31% -
XYZ 6.16 7.35 4.71 -
YUV 74.46 117.02 125.53 -
System Red Green Blue C M Y K H S L
Decimal 71 80 55 0.11 0 0.31 0.69 81.6 0.19 0.26
Hex 47 50 37 B 0 1F 45 52 13 1A
Octal 107 120 67 13 0 37 105 122 23 32
Binary 1000111 1010000 110111 1011 0 11111 1000101 1010010 10011 11010

Color Harmonies of #475037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475037

Black with #475037

Text Example


Text Example

White with #475037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475037; }

 p { color: rgb(71,80,55); }

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

background-color css

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

 a { background-color: rgb(71,80,55); }

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

border-color css

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

 span { border-color: rgb(71,80,55); }

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