#448B60

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

Shades of Como #448B60

Tints of Como #448B60

Color information

#448B60 (or 0x448B60) is unknown color: approx Como. HEX triplet: 44, 8B and 60. RGB value is (68,139,96). Sum of RGB (Red+Green+Blue) = 68+139+96=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 139 - color contains mainly: green. Hex color #448B60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448B60 is #BB749F. Grayscale: #707070. Windows color (decimal): -12285088 or 6327108. OLE color: 6327108.

HSL color Cylindrical-coordinate representation of color #448B60: hue angle of 143.66º 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 #448B60 is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB6813996-
CMYK0.5100.310.45
HSL143.66º34.3%40.59%-
HSV(B)143.66º51.08%54.51%-
XYZ13.7320.5414.31-
YUV112.87118.4896-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.44%
GREEN value IS 139 (54.69% from 255) = 45.87%
BLUE value IS 96 (37.89% from 255) = 31.68%
R=22.44%
G=45.87%
B=31.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68139960.5100.310.45143.6634.340.59
Hex448B603301F2D902229
Octal10421314063037552204251
Binary100010010001011110000011001101111110110110010000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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