#464F38

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

Shades of Clover #464F38

Tints of Clover #464F38

Color information

#464F38 (or 0x464F38) is unknown color: approx Clover. HEX triplet: 46, 4F and 38. RGB value is (70,79,56). Sum of RGB (Red+Green+Blue) = 70+79+56=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 79 - color contains mainly: green. Hex color #464F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F38 is #B9B0C7. Grayscale: #494949. Windows color (decimal): -12169416 or 3690310. OLE color: 3690310.

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

Color convert

RGB707956-
CMYK0.1100.290.69
HSL83.48º17.04%26.47%-
HSV(B)83.48º29.11%30.98%-
XYZ6.047.184.81-
YUV73.69118.02125.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.15%
GREEN value IS 79 (31.25% from 255) = 38.54%
BLUE value IS 56 (22.27% from 255) = 27.32%
R=34.15%
G=38.54%
B=27.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7079560.1100.290.6983.4817.0426.47
Hex464F38B01D4553111a
Octal10611770130351051232132
Binary100011010011111110001011011101100010110100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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