#448059

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

Shades of Como #448059

Tints of Como #448059

Color information

#448059 (or 0x448059) is unknown color: approx Como. HEX triplet: 44, 80 and 59. RGB value is (68,128,89). Sum of RGB (Red+Green+Blue) = 68+128+89=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #448059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448059 is #BB7FA6. Grayscale: #696969. Windows color (decimal): -12287911 or 5865540. OLE color: 5865540.

HSL color Cylindrical-coordinate representation of color #448059: hue angle of 141º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #448059 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB6812889-
CMYK0.4700.300.50
HSL141º30.61%38.43%-
HSV(B)141º46.88%50.2%-
XYZ11.9117.3912.18-
YUV105.61118.62101.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.86%
GREEN value IS 128 (50.39% from 255) = 44.91%
BLUE value IS 89 (35.16% from 255) = 31.23%
R=23.86%
G=44.91%
B=31.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68128890.4700.300.5014130.6138.43
Hex4480592F01E328d1f26
Octal10420013157036622153746
Binary10001001000000010110011011110111101100101000110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448059; }

 p { color: rgb(68,128,89); }

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

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

 a { background-color: rgb(68,128,89); }

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

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

 span { border-color: rgb(68,128,89); }

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