#448B5E

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

Shades of Como #448B5E

Tints of Como #448B5E

Color information

#448B5E (or 0x448B5E) is unknown color: approx Como. HEX triplet: 44, 8B and 5E. RGB value is (68,139,94). Sum of RGB (Red+Green+Blue) = 68+139+94=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 139 (54.69% from 255 or 46.18% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 139 - color contains mainly: green. Hex color #448B5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448B5E is #BB74A1. Grayscale: #707070. Windows color (decimal): -12285090 or 6196036. OLE color: 6196036.

HSL color Cylindrical-coordinate representation of color #448B5E: hue angle of 141.97º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448B5E is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB6813994-
CMYK0.5100.320.45
HSL141.97º34.3%40.59%-
HSV(B)141.97º51.08%54.51%-
XYZ13.6420.513.83-
YUV112.64117.4896.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 139 (54.69% from 255) = 46.18%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=22.59%
G=46.18%
B=31.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68139940.5100.320.45141.9734.340.59
Hex448B5E330202D8e2229
Octal10421313663040552164251
Binary1000100100010111011110110011010000010110110001110100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448B5E; }

 p { color: rgb(68,139,94); }

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

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

 a { background-color: rgb(68,139,94); }

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

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

 span { border-color: rgb(68,139,94); }

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