#46522C

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

Shades of Clover #46522C

Tints of Clover #46522C

Color information

#46522C (or 0x46522C) is unknown color: approx Clover. HEX triplet: 46, 52 and 2C. RGB value is (70,82,44). Sum of RGB (Red+Green+Blue) = 70+82+44=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 82 - color contains mainly: green. Hex color #46522C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46522C is #B9ADD3. Grayscale: #4A4A4A. Windows color (decimal): -12168660 or 2904646. OLE color: 2904646.

HSL color Cylindrical-coordinate representation of color #46522C: hue angle of 78.95º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #46522C is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB708244-
CMYK0.1500.460.68
HSL78.95º30.16%24.71%-
HSV(B)78.95º46.34%32.16%-
XYZ67.523.52-
YUV74.08111.02125.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.71%
GREEN value IS 82 (32.42% from 255) = 41.84%
BLUE value IS 44 (17.58% from 255) = 22.45%
R=35.71%
G=41.84%
B=22.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7082440.1500.460.6878.9530.1624.71
Hex46522CF02E444f1e19
Octal10612254170561041173631
Binary1000110101001010110011110101110100010010011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46522C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46522C; }

 p { color: rgb(70,82,44); }

 H1.HeaderClassName
 {
   color: #46522C;
 }
 .AnyTagClassName
 {
   color: #46522C;
 }
</style>
background-color css

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

 a { background-color: rgb(70,82,44); }

 div.DivClassName
 {
   background-color: #46522C;
 }
 .BgClassName
 {
   background-color: #46522C;
 }
</style>
border-color css

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

 span { border-color: rgb(70,82,44); }

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