#46542F

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

Shades of Clover #46542F

Tints of Clover #46542F

Color information

#46542F (or 0x46542F) is unknown color: approx Clover. HEX triplet: 46, 54 and 2F. RGB value is (70,84,47). Sum of RGB (Red+Green+Blue) = 70+84+47=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 84 - color contains mainly: green. Hex color #46542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46542F is #B9ABD0. Grayscale: #4B4B4B. Windows color (decimal): -12168145 or 3101766. OLE color: 3101766.

HSL color Cylindrical-coordinate representation of color #46542F: hue angle of 82.7º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #46542F is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB708447-
CMYK0.1700.440.67
HSL82.7º28.24%25.69%-
HSV(B)82.7º44.05%32.94%-
XYZ6.217.853.88-
YUV75.6111.86124.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.83%
GREEN value IS 84 (33.20% from 255) = 41.79%
BLUE value IS 47 (18.75% from 255) = 23.38%
R=34.83%
G=41.79%
B=23.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7084470.1700.440.6782.728.2425.69
Hex46542F1102C43531c1a
Octal10612457210541031233432
Binary10001101010100101111100010101100100001110100111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46542F; }

 p { color: rgb(70,84,47); }

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

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

 a { background-color: rgb(70,84,47); }

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

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

 span { border-color: rgb(70,84,47); }

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