#46503A

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

Shades of Clover #46503A

Tints of Clover #46503A

Color information

#46503A (or 0x46503A) is unknown color: approx Clover. HEX triplet: 46, 50 and 3A. RGB value is (70,80,58). Sum of RGB (Red+Green+Blue) = 70+80+58=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 80 - color contains mainly: green. Hex color #46503A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46503A is #B9AFC5. Grayscale: #4A4A4A. Windows color (decimal): -12169158 or 3821638. OLE color: 3821638.

HSL color Cylindrical-coordinate representation of color #46503A: hue angle of 87.27º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #46503A is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB708058-
CMYK0.1200.280.69
HSL87.27º15.94%27.06%-
HSV(B)87.27º27.5%31.37%-
XYZ6.167.345.1-
YUV74.5118.69124.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.65%
GREEN value IS 80 (31.64% from 255) = 38.46%
BLUE value IS 58 (23.05% from 255) = 27.88%
R=33.65%
G=38.46%
B=27.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7080580.1200.280.6987.2715.9427.06
Hex46503AC01C4557101b
Octal10612072140341051272033
Binary100011010100001110101100011100100010110101111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46503A; }

 p { color: rgb(70,80,58); }

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

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

 a { background-color: rgb(70,80,58); }

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

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

 span { border-color: rgb(70,80,58); }

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