#44885A

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

Shades of Como #44885A

Tints of Como #44885A

Color information

#44885A (or 0x44885A) is unknown color: approx Como. HEX triplet: 44, 88 and 5A. RGB value is (68,136,90). Sum of RGB (Red+Green+Blue) = 68+136+90=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 136 - color contains mainly: green. Hex color #44885A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44885A is #BB77A5. Grayscale: #6E6E6E. Windows color (decimal): -12285862 or 5933124. OLE color: 5933124.

HSL color Cylindrical-coordinate representation of color #44885A: hue angle of 139.41º 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 #44885A is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB6813690-
CMYK0.5000.340.47
HSL139.41º33.33%40%-
HSV(B)139.41º50%53.33%-
XYZ13.0319.5812.76-
YUV110.42116.4797.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.13%
GREEN value IS 136 (53.52% from 255) = 46.26%
BLUE value IS 90 (35.55% from 255) = 30.61%
R=23.13%
G=46.26%
B=30.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68136900.5000.340.47139.4133.3340
Hex44885A320222F8b2128
Octal10421013262042572134150
Binary1000100100010001011010110010010001010111110001011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44885A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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