#445039

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

Shades of Cabbage Pont #445039

Tints of Cabbage Pont #445039

Color information

#445039 (or 0x445039) is unknown color: approx Cabbage Pont. HEX triplet: 44, 50 and 39. RGB value is (68,80,57). Sum of RGB (Red+Green+Blue) = 68+80+57=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 80 - color contains mainly: green. Hex color #445039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445039 is #BBAFC6. Grayscale: #494949. Windows color (decimal): -12300231 or 3756100. OLE color: 3756100.

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

Color convert

RGB688057-
CMYK0.1500.290.69
HSL91.3º16.79%26.86%-
HSV(B)91.3º28.75%31.37%-
XYZ5.997.264.96-
YUV73.79118.52123.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.17%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 57 (22.66% from 255) = 27.80%
R=33.17%
G=39.02%
B=27.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6880570.1500.290.6991.316.7926.86
Hex445039F01D455b111b
Octal10412071170351051332133
Binary100010010100001110011111011101100010110110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445039; }

 p { color: rgb(68,80,57); }

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

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

 a { background-color: rgb(68,80,57); }

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

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

 span { border-color: rgb(68,80,57); }

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