#444F40

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

Shades of Cabbage Pont #444F40

Tints of Cabbage Pont #444F40

Color information

#444F40 (or 0x444F40) is unknown color: approx Cabbage Pont. HEX triplet: 44, 4F and 40. RGB value is (68,79,64). Sum of RGB (Red+Green+Blue) = 68+79+64=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 79 - color contains mainly: green. Hex color #444F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444F40 is #BBB0BF. Grayscale: #4A4A4A. Windows color (decimal): -12300480 or 4214596. OLE color: 4214596.

HSL color Cylindrical-coordinate representation of color #444F40: hue angle of 104º 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 #444F40 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB687964-
CMYK0.1400.190.69
HSL104º10.49%28.04%-
HSV(B)104º18.99%30.98%-
XYZ6.117.195.92-
YUV74122.36123.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.23%
GREEN value IS 79 (31.25% from 255) = 37.44%
BLUE value IS 64 (25.39% from 255) = 30.33%
R=32.23%
G=37.44%
B=30.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6879640.1400.190.6910410.4928.04
Hex444F40E0134568a1c
Octal104117100160231051501234
Binary100010010011111000000111001001110001011101000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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