#46532A

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

Shades of Clover #46532A

Tints of Clover #46532A

Color information

#46532A (or 0x46532A) is unknown color: approx Clover. HEX triplet: 46, 53 and 2A. RGB value is (70,83,42). Sum of RGB (Red+Green+Blue) = 70+83+42=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #46532A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46532A is #B9ACD5. Grayscale: #4A4A4A. Windows color (decimal): -12168406 or 2773830. OLE color: 2773830.

HSL color Cylindrical-coordinate representation of color #46532A: hue angle of 79.02º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46532A is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB708342-
CMYK0.1600.490.67
HSL79.02º32.8%24.51%-
HSV(B)79.02º49.4%32.55%-
XYZ6.047.663.35-
YUV74.44109.69124.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.90%
GREEN value IS 83 (32.81% from 255) = 42.56%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=35.90%
G=42.56%
B=21.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7083420.1600.490.6779.0232.824.51
Hex46532A10031434f2119
Octal10612352200611031174131
Binary100011010100111010101000001100011000011100111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,83,42); }

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

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

 a { background-color: rgb(70,83,42); }

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

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

 span { border-color: rgb(70,83,42); }

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