#44885D

Color #44885D Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #44885D

Tints of Como #44885D

Color information

#44885D (or 0x44885D) is unknown color: approx Como. HEX triplet: 44, 88 and 5D. RGB value is (68,136,93). Sum of RGB (Red+Green+Blue) = 68+136+93=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #44885D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44885D is #BB77A2. Grayscale: #6E6E6E. Windows color (decimal): -12285859 or 6129732. OLE color: 6129732.

HSL color Cylindrical-coordinate representation of color #44885D: hue angle of 142.06º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #44885D is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB6813693-
CMYK0.5000.320.47
HSL142.06º33.33%40%-
HSV(B)142.06º50%53.33%-
XYZ13.1619.6313.45-
YUV110.77117.9797.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.90%
GREEN value IS 136 (53.52% from 255) = 45.79%
BLUE value IS 93 (36.72% from 255) = 31.31%
R=22.90%
G=45.79%
B=31.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68136930.5000.320.47142.0633.3340
Hex44885D320202F8e2128
Octal10421013562040572164150
Binary1000100100010001011101110010010000010111110001110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44885D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44885D; }

 p { color: rgb(68,136,93); }

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

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

 a { background-color: rgb(68,136,93); }

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

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

 span { border-color: rgb(68,136,93); }

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