#459179

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

Shades of Lochinvar #459179

Tints of Lochinvar #459179

Color information

#459179 (or 0x459179) is unknown color: approx Lochinvar. HEX triplet: 45, 91 and 79. RGB value is (69,145,121). Sum of RGB (Red+Green+Blue) = 69+145+121=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 145 - color contains mainly: green. Hex color #459179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459179 is #BA6E86. Grayscale: #777777. Windows color (decimal): -12217991 or 7967045. OLE color: 7967045.

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

Color convert

RGB69145121-
CMYK0.5200.170.43
HSL161.05º35.51%41.96%-
HSV(B)161.05º52.41%56.86%-
XYZ16.0322.921.66-
YUV119.54128.8291.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.60%
GREEN value IS 145 (57.03% from 255) = 43.28%
BLUE value IS 121 (47.66% from 255) = 36.12%
R=20.60%
G=43.28%
B=36.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal691451210.5200.170.43161.0535.5141.96
Hex459179340112Ba1242a
Octal10522117164021532414452
Binary100010110010001111100111010001000110101110100001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459179; }

 p { color: rgb(69,145,121); }

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

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

 a { background-color: rgb(69,145,121); }

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

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

 span { border-color: rgb(69,145,121); }

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