Html Css Color HEX #475035 Clover

📋 copy color: '#475035'

red 71 ◦ green 80 ◦ blue 53

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

Shades of Clover #475035

Tints of Clover #475035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.98%

R = 34.8%
G = 39.22%
B = 25.98%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#475035 (or 0x475035) is known color: Clover. HEX triplet: 47, 50 and 35. RGB value is (71,80,53). Sum of RGB (Red+Green+Blue) = 71+80+53=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 80 - color contains mainly: green. Hex color #475035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475035 is #B8AFCA. Grayscale: #4A4A4A. Windows color (decimal): -12103627 or 3493959. OLE color: 3493959.

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

Color convert

RGB 71 80 53 -
CMYK 0.11 0 0.34 0.69
HSL 80º 0.2% 0.26% -
HSV(B) 80º 0.34% 0.31% -
XYZ 6.11 7.33 4.46 -
YUV 74.23 116.02 125.7 -
System Red Green Blue C M Y K H S L
Decimal 71 80 53 0.11 0 0.34 0.69 80 0.2 0.26
Hex 47 50 35 B 0 22 45 50 14 1A
Octal 107 120 65 13 0 42 105 120 24 32
Binary 1000111 1010000 110101 1011 0 100010 1000101 1010000 10100 11010

Color Harmonies of #475035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475035

Black with #475035

Text Example


Text Example

White with #475035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475035; }

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

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

background-color css

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

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

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

border-color css

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

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

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