#465E1F

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

Shades of Clover #465E1F

Tints of Clover #465E1F

Color information

#465E1F (or 0x465E1F) is unknown color: approx Clover. HEX triplet: 46, 5E and 1F. RGB value is (70,94,31). Sum of RGB (Red+Green+Blue) = 70+94+31=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 94 (37.11% from 255 or 48.21% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 94 - color contains mainly: green. Hex color #465E1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465E1F is #B9A1E0. Grayscale: #4F4F4F. Windows color (decimal): -12165601 or 2055750. OLE color: 2055750.

HSL color Cylindrical-coordinate representation of color #465E1F: hue angle of 82.86º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #465E1F is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.63.

Color convert

RGB709431-
CMYK0.2600.670.63
HSL82.86º50.4%24.51%-
HSV(B)82.86º67.02%36.86%-
XYZ6.789.412.75-
YUV79.64100.55121.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.90%
GREEN value IS 94 (37.11% from 255) = 48.21%
BLUE value IS 31 (12.5% from 255) = 15.90%
R=35.90%
G=48.21%
B=15.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7094310.2600.670.6382.8650.424.51
Hex465E1F1A0433F533219
Octal10613637320103771236231
Binary10001101011110111111101001000011111111101001111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465E1F; }

 p { color: rgb(70,94,31); }

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

<style>
 a { background-color: #465E1F; }

 a { background-color: rgb(70,94,31); }

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

<style>
 span { border-color: #465E1F; }

 span { border-color: rgb(70,94,31); }

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