#448979

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

Shades of Lochinvar #448979

Tints of Lochinvar #448979

Color information

#448979 (or 0x448979) is unknown color: approx Lochinvar. HEX triplet: 44, 89 and 79. RGB value is (68,137,121). Sum of RGB (Red+Green+Blue) = 68+137+121=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #448979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448979 is #BB7686. Grayscale: #727272. Windows color (decimal): -12285575 or 7964996. OLE color: 7964996.

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

Color convert

RGB68137121-
CMYK0.5000.120.46
HSL166.09º33.66%40.2%-
HSV(B)166.09º50.36%53.73%-
XYZ14.7820.521.27-
YUV114.54131.6494.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.86%
GREEN value IS 137 (53.91% from 255) = 42.02%
BLUE value IS 121 (47.66% from 255) = 37.12%
R=20.86%
G=42.02%
B=37.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal681371210.5000.120.46166.0933.6640.2
Hex448979320C2Ea62228
Octal10421117162014562464250
Binary10001001000100111110011100100110010111010100110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448979; }

 p { color: rgb(68,137,121); }

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

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

 a { background-color: rgb(68,137,121); }

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

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

 span { border-color: rgb(68,137,121); }

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