Html Css Color HEX #475334 Clover

📋 copy color: '#475334'

red 71 ◦ green 83 ◦ blue 52

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

Shades of Clover #475334

Tints of Clover #475334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 25.24%

R = 34.47%
G = 40.29%
B = 25.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#475334 (or 0x475334) is known color: Clover. HEX triplet: 47, 53 and 34. RGB value is (71,83,52). Sum of RGB (Red+Green+Blue) = 71+83+52=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 83 - color contains mainly: green. Hex color #475334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475334 is #B8ACCB. Grayscale: #4B4B4B. Windows color (decimal): -12102860 or 3429191. OLE color: 3429191.

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

Color convert

RGB 71 83 52 -
CMYK 0.14 0 0.37 0.67
HSL 83.23º 0.23% 0.26% -
HSV(B) 83.23º 0.37% 0.33% -
XYZ 6.31 7.77 4.42 -
YUV 75.88 114.52 124.52 -
System Red Green Blue C M Y K H S L
Decimal 71 83 52 0.14 0 0.37 0.67 83.23 0.23 0.26
Hex 47 53 34 E 0 25 43 53 17 1A
Octal 107 123 64 16 0 45 103 123 27 32
Binary 1000111 1010011 110100 1110 0 100101 1000011 1010011 10111 11010

Color Harmonies of #475334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475334

Black with #475334

Text Example


Text Example

White with #475334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475334; }

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

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

background-color css

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

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

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

border-color css

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

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

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