#428E7F

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

Shades of Lochinvar #428E7F

Tints of Lochinvar #428E7F

Color information

#428E7F (or 0x428E7F) is unknown color: approx Lochinvar. HEX triplet: 42, 8E and 7F. RGB value is (66,142,127). Sum of RGB (Red+Green+Blue) = 66+142+127=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 142 - color contains mainly: green. Hex color #428E7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428E7F is #BD7180. Grayscale: #757575. Windows color (decimal): -12415361 or 8359490. OLE color: 8359490.

HSL color Cylindrical-coordinate representation of color #428E7F: hue angle of 168.16º 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 #428E7F is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB66142127-
CMYK0.5400.110.44
HSL168.16º36.54%40.78%-
HSV(B)168.16º53.52%55.69%-
XYZ15.7522.0423.5-
YUV117.57133.3291.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.70%
GREEN value IS 142 (55.86% from 255) = 42.39%
BLUE value IS 127 (50% from 255) = 37.91%
R=19.70%
G=42.39%
B=37.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661421270.5400.110.44168.1636.5440.78
Hex428E7F360B2Ca82529
Octal10221617766013542504551
Binary10000101000111011111111101100101110110010101000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,142,127); }

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

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

 a { background-color: rgb(66,142,127); }

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

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

 span { border-color: rgb(66,142,127); }

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