#449181

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

Shades of Lochinvar #449181

Tints of Lochinvar #449181

Color information

#449181 (or 0x449181) is unknown color: approx Lochinvar. HEX triplet: 44, 91 and 81. RGB value is (68,145,129). Sum of RGB (Red+Green+Blue) = 68+145+129=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 145 - color contains mainly: green. Hex color #449181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449181 is #BB6E7E. Grayscale: #787878. Windows color (decimal): -12283519 or 8491332. OLE color: 8491332.

HSL color Cylindrical-coordinate representation of color #449181: hue angle of 167.53º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449181 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB68145129-
CMYK0.5300.110.43
HSL167.53º36.15%41.76%-
HSV(B)167.53º53.1%56.86%-
XYZ16.4723.0624.35-
YUV120.15132.9990.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.88%
GREEN value IS 145 (57.03% from 255) = 42.40%
BLUE value IS 129 (50.78% from 255) = 37.72%
R=19.88%
G=42.40%
B=37.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681451290.5300.110.43167.5336.1541.76
Hex449181350B2Ba8242a
Octal10422120165013532504452
Binary100010010010001100000011101010101110101110101000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449181; }

 p { color: rgb(68,145,129); }

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

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

 a { background-color: rgb(68,145,129); }

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

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

 span { border-color: rgb(68,145,129); }

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