#46512D

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

Shades of Clover #46512D

Tints of Clover #46512D

Color information

#46512D (or 0x46512D) is unknown color: approx Clover. HEX triplet: 46, 51 and 2D. RGB value is (70,81,45). Sum of RGB (Red+Green+Blue) = 70+81+45=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 81 - color contains mainly: green. Hex color #46512D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46512D is #B9AED2. Grayscale: #494949. Windows color (decimal): -12168915 or 2969926. OLE color: 2969926.

HSL color Cylindrical-coordinate representation of color #46512D: hue angle of 78.33º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #46512D is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB708145-
CMYK0.1400.440.68
HSL78.33º28.57%24.71%-
HSV(B)78.33º44.44%31.76%-
XYZ5.947.383.59-
YUV73.61111.86125.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.71%
GREEN value IS 81 (32.03% from 255) = 41.33%
BLUE value IS 45 (17.97% from 255) = 22.96%
R=35.71%
G=41.33%
B=22.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7081450.1400.440.6878.3328.5724.71
Hex46512DE02C444e1d19
Octal10612155160541041163531
Binary1000110101000110110111100101100100010010011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46512D; }

 p { color: rgb(70,81,45); }

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

<style>
 a { background-color: #46512D; }

 a { background-color: rgb(70,81,45); }

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

<style>
 span { border-color: #46512D; }

 span { border-color: rgb(70,81,45); }

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