#464F40

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

Shades of Cabbage Pont #464F40

Tints of Cabbage Pont #464F40

Color information

#464F40 (or 0x464F40) is unknown color: approx Cabbage Pont. HEX triplet: 46, 4F and 40. RGB value is (70,79,64). Sum of RGB (Red+Green+Blue) = 70+79+64=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 79 - color contains mainly: green. Hex color #464F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F40 is #B9B0BF. Grayscale: #4A4A4A. Windows color (decimal): -12169408 or 4214598. OLE color: 4214598.

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

Color convert

RGB707964-
CMYK0.1100.190.69
HSL96º10.49%28.04%-
HSV(B)96º18.99%30.98%-
XYZ6.257.265.92-
YUV74.6122.02124.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.86%
GREEN value IS 79 (31.25% from 255) = 37.09%
BLUE value IS 64 (25.39% from 255) = 30.05%
R=32.86%
G=37.09%
B=30.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7079640.1100.190.699610.4928.04
Hex464F40B0134560a1c
Octal106117100130231051401234
Binary100011010011111000000101101001110001011100000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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