#465036

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

Shades of Clover #465036

Tints of Clover #465036

Color information

#465036 (or 0x465036) is unknown color: approx Clover. HEX triplet: 46, 50 and 36. RGB value is (70,80,54). Sum of RGB (Red+Green+Blue) = 70+80+54=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 80 - color contains mainly: green. Hex color #465036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465036 is #B9AFC9. Grayscale: #4A4A4A. Windows color (decimal): -12169162 or 3559494. OLE color: 3559494.

HSL color Cylindrical-coordinate representation of color #465036: hue angle of 83.08º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #465036 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB708054-
CMYK0.1200.330.69
HSL83.08º19.4%26.27%-
HSV(B)83.08º32.5%31.37%-
XYZ6.067.314.58-
YUV74.05116.69125.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.31%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 54 (21.48% from 255) = 26.47%
R=34.31%
G=39.22%
B=26.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7080540.1200.330.6983.0819.426.27
Hex465036C0214553131a
Octal10612066140411051232332
Binary1000110101000011011011000100001100010110100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465036; }

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

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

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

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

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

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

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

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