#449678

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

Shades of Lochinvar #449678

Tints of Lochinvar #449678

Color information

#449678 (or 0x449678) is unknown color: approx Lochinvar. HEX triplet: 44, 96 and 78. RGB value is (68,150,120). Sum of RGB (Red+Green+Blue) = 68+150+120=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 150 - color contains mainly: green. Hex color #449678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449678 is #BB6987. Grayscale: #7A7A7A. Windows color (decimal): -12282248 or 7902788. OLE color: 7902788.

HSL color Cylindrical-coordinate representation of color #449678: hue angle of 158.05º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449678 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB68150120-
CMYK0.5500.200.41
HSL158.05º37.61%42.75%-
HSV(B)158.05º54.67%58.82%-
XYZ16.6824.421.6-
YUV122.06126.8389.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.12%
GREEN value IS 150 (58.98% from 255) = 44.38%
BLUE value IS 120 (47.27% from 255) = 35.50%
R=20.12%
G=44.38%
B=35.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal681501200.5500.200.41158.0537.6142.75
Hex44967837014299e262b
Octal10422617067024512364653
Binary100010010010110111100011011101010010100110011110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449678; }

 p { color: rgb(68,150,120); }

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

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

 a { background-color: rgb(68,150,120); }

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

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

 span { border-color: rgb(68,150,120); }

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