#465039

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

Shades of Clover #465039

Tints of Clover #465039

Color information

#465039 (or 0x465039) is unknown color: approx Clover. HEX triplet: 46, 50 and 39. RGB value is (70,80,57). Sum of RGB (Red+Green+Blue) = 70+80+57=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 57 (22.66% from 255 or 27.54% from 207); Max value from RGB is 80 - color contains mainly: green. Hex color #465039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465039 is #B9AFC6. Grayscale: #4A4A4A. Windows color (decimal): -12169159 or 3756102. OLE color: 3756102.

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

Color convert

RGB708057-
CMYK0.1200.290.69
HSL86.09º16.79%26.86%-
HSV(B)86.09º28.75%31.37%-
XYZ6.137.334.96-
YUV74.39118.19124.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.82%
GREEN value IS 80 (31.64% from 255) = 38.65%
BLUE value IS 57 (22.66% from 255) = 27.54%
R=33.82%
G=38.65%
B=27.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7080570.1200.290.6986.0916.7926.86
Hex465039C01D4556111b
Octal10612071140351051262133
Binary100011010100001110011100011101100010110101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465039; }

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

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

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

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

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

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

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

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