#448A5B

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

Shades of Como #448A5B

Tints of Como #448A5B

Color information

#448A5B (or 0x448A5B) is unknown color: approx Como. HEX triplet: 44, 8A and 5B. RGB value is (68,138,91). Sum of RGB (Red+Green+Blue) = 68+138+91=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 138 - color contains mainly: green. Hex color #448A5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448A5B is #BB75A4. Grayscale: #6F6F6F. Windows color (decimal): -12285349 or 5999172. OLE color: 5999172.

HSL color Cylindrical-coordinate representation of color #448A5B: hue angle of 139.71º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448A5B is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB6813891-
CMYK0.5100.340.46
HSL139.71º33.98%40.39%-
HSV(B)139.71º50.72%54.12%-
XYZ13.3620.1613.08-
YUV111.71116.3196.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.90%
GREEN value IS 138 (54.30% from 255) = 46.46%
BLUE value IS 91 (35.94% from 255) = 30.64%
R=22.90%
G=46.46%
B=30.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68138910.5100.340.46139.7133.9840.39
Hex448A5B330222E8c2228
Octal10421213363042562144250
Binary1000100100010101011011110011010001010111010001100100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,138,91); }

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

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

 a { background-color: rgb(68,138,91); }

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

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

 span { border-color: rgb(68,138,91); }

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