#465038

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

Shades of Clover #465038

Tints of Clover #465038

Color information

#465038 (or 0x465038) is unknown color: approx Clover. HEX triplet: 46, 50 and 38. RGB value is (70,80,56). Sum of RGB (Red+Green+Blue) = 70+80+56=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 80 - color contains mainly: green. Hex color #465038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465038 is #B9AFC7. Grayscale: #4A4A4A. Windows color (decimal): -12169160 or 3690566. OLE color: 3690566.

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

Color convert

RGB708056-
CMYK0.1200.300.69
HSL85º17.65%26.67%-
HSV(B)85º30%31.37%-
XYZ6.117.324.83-
YUV74.27117.69124.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.98%
GREEN value IS 80 (31.64% from 255) = 38.83%
BLUE value IS 56 (22.27% from 255) = 27.18%
R=33.98%
G=38.83%
B=27.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7080560.1200.300.698517.6526.67
Hex465038C01E4555121b
Octal10612070140361051252233
Binary100011010100001110001100011110100010110101011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465038; }

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

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

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

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

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

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

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

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