#465A31

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

Shades of Clover #465A31

Tints of Clover #465A31

Color information

#465A31 (or 0x465A31) is unknown color: approx Clover. HEX triplet: 46, 5A and 31. RGB value is (70,90,49). Sum of RGB (Red+Green+Blue) = 70+90+49=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 90 - color contains mainly: green. Hex color #465A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465A31 is #B9A5CE. Grayscale: #4F4F4F. Windows color (decimal): -12166607 or 3234374. OLE color: 3234374.

HSL color Cylindrical-coordinate representation of color #465A31: hue angle of 89.27º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #465A31 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB709049-
CMYK0.2200.460.65
HSL89.27º29.5%27.25%-
HSV(B)89.27º45.56%35.29%-
XYZ6.748.844.26-
YUV79.35110.87121.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.49%
GREEN value IS 90 (35.55% from 255) = 43.06%
BLUE value IS 49 (19.53% from 255) = 23.44%
R=33.49%
G=43.06%
B=23.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7090490.2200.460.6589.2729.527.25
Hex465A311602E41591d1b
Octal10613261260561011313533
Binary10001101011010110001101100101110100000110110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,90,49); }

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

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

 a { background-color: rgb(70,90,49); }

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

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

 span { border-color: rgb(70,90,49); }

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