#464F32

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

Shades of Clover #464F32

Tints of Clover #464F32

Color information

#464F32 (or 0x464F32) is unknown color: approx Clover. HEX triplet: 46, 4F and 32. RGB value is (70,79,50). Sum of RGB (Red+Green+Blue) = 70+79+50=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 79 (31.25% from 255 or 39.70% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 79 - color contains mainly: green. Hex color #464F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F32 is #B9B0CD. Grayscale: #494949. Windows color (decimal): -12169422 or 3297094. OLE color: 3297094.

HSL color Cylindrical-coordinate representation of color #464F32: hue angle of 78.62º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #464F32 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB707950-
CMYK0.1100.370.69
HSL78.62º22.48%25.29%-
HSV(B)78.62º36.71%30.98%-
XYZ5.97.124.08-
YUV73115.02125.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.18%
GREEN value IS 79 (31.25% from 255) = 39.70%
BLUE value IS 50 (19.92% from 255) = 25.13%
R=35.18%
G=39.70%
B=25.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7079500.1100.370.6978.6222.4825.29
Hex464F32B025454f1619
Octal10611762130451051172631
Binary1000110100111111001010110100101100010110011111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464F32; }

 p { color: rgb(70,79,50); }

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

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

 a { background-color: rgb(70,79,50); }

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

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

 span { border-color: rgb(70,79,50); }

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