Html Css Color HEX #475335 Clover

📋 copy color: '#475335'

red 71 ◦ green 83 ◦ blue 53

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

Shades of Clover #475335

Tints of Clover #475335

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.1%

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

R = 34.3%
G = 40.1%
B = 25.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#475335 (or 0x475335) is known color: Clover. HEX triplet: 47, 53 and 35. RGB value is (71,83,53). Sum of RGB (Red+Green+Blue) = 71+83+53=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #475335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475335 is #B8ACCA. Grayscale: #4C4C4C. Windows color (decimal): -12102859 or 3494727. OLE color: 3494727.

HSL color Cylindrical-coordinate representation of color #475335: hue angle of 84º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #475335 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 83 53 -
CMYK 0.14 0 0.36 0.67
HSL 84º 0.22% 0.27% -
HSV(B) 84º 0.36% 0.33% -
XYZ 6.33 7.78 4.54 -
YUV 75.99 115.02 124.44 -
System Red Green Blue C M Y K H S L
Decimal 71 83 53 0.14 0 0.36 0.67 84 0.22 0.27
Hex 47 53 35 E 0 24 43 54 16 1B
Octal 107 123 65 16 0 44 103 124 26 33
Binary 1000111 1010011 110101 1110 0 100100 1000011 1010100 10110 11011

Color Harmonies of #475335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475335

Black with #475335

Text Example


Text Example

White with #475335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475335; }

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

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

background-color css

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

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

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

border-color css

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

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

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