#475334

Color #475334 Clover (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clover #475334

Tints of Clover #475334

Color information

#475334 (or 0x475334) is unknown color: approx 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

RGB718352-
CMYK0.1400.370.67
HSL83.23º22.96%26.47%-
HSV(B)83.23º37.35%32.55%-
XYZ6.317.774.42-
YUV75.88114.52124.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.47%
GREEN value IS 83 (32.81% from 255) = 40.29%
BLUE value IS 52 (20.70% from 255) = 25.24%
R=34.47%
G=40.29%
B=25.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7183520.1400.370.6783.2322.9626.47
Hex475334E0254353171a
Octal10712364160451031232732
Binary1000111101001111010011100100101100001110100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>