#428F79

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

Shades of Lochinvar #428F79

Tints of Lochinvar #428F79

Color information

#428F79 (or 0x428F79) is unknown color: approx Lochinvar. HEX triplet: 42, 8F and 79. RGB value is (66,143,121). Sum of RGB (Red+Green+Blue) = 66+143+121=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 143 - color contains mainly: green. Hex color #428F79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428F79 is #BD7086. Grayscale: #757575. Windows color (decimal): -12415111 or 7966530. OLE color: 7966530.

HSL color Cylindrical-coordinate representation of color #428F79: hue angle of 162.86º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428F79 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB66143121-
CMYK0.5400.150.44
HSL162.86º36.84%40.98%-
HSV(B)162.86º53.85%56.08%-
XYZ15.5222.1821.55-
YUV117.47129.9991.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20%
GREEN value IS 143 (56.25% from 255) = 43.33%
BLUE value IS 121 (47.66% from 255) = 36.67%
R=20%
G=43.33%
B=36.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661431210.5400.150.44162.8636.8440.98
Hex428F79360F2Ca32529
Octal10221717166017542434551
Binary10000101000111111110011101100111110110010100011100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428F79; }

 p { color: rgb(66,143,121); }

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

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

 a { background-color: rgb(66,143,121); }

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

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

 span { border-color: rgb(66,143,121); }

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