#465031

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

Shades of Clover #465031

Tints of Clover #465031

Color information

#465031 (or 0x465031) is unknown color: approx Clover. HEX triplet: 46, 50 and 31. RGB value is (70,80,49). Sum of RGB (Red+Green+Blue) = 70+80+49=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 80 - color contains mainly: green. Hex color #465031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465031 is #B9AFCE. Grayscale: #494949. Windows color (decimal): -12169167 or 3231814. OLE color: 3231814.

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

Color convert

RGB708049-
CMYK0.1200.390.69
HSL79.35º24.03%25.29%-
HSV(B)79.35º38.75%31.37%-
XYZ5.957.263.99-
YUV73.48114.19125.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.18%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 49 (19.53% from 255) = 24.62%
R=35.18%
G=40.20%
B=24.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7080490.1200.390.6979.3524.0325.29
Hex465031C027454f1819
Octal10612061140471051173031
Binary1000110101000011000111000100111100010110011111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465031; }

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

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

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

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

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

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

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

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