#428E7D

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

Shades of Lochinvar #428E7D

Tints of Lochinvar #428E7D

Color information

#428E7D (or 0x428E7D) is unknown color: approx Lochinvar. HEX triplet: 42, 8E and 7D. RGB value is (66,142,125). Sum of RGB (Red+Green+Blue) = 66+142+125=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 142 - color contains mainly: green. Hex color #428E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428E7D is #BD7182. Grayscale: #757575. Windows color (decimal): -12415363 or 8228418. OLE color: 8228418.

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

Color convert

RGB66142125-
CMYK0.5400.120.44
HSL166.58º36.54%40.78%-
HSV(B)166.58º53.52%55.69%-
XYZ15.6221.9822.82-
YUV117.34132.3291.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.82%
GREEN value IS 142 (55.86% from 255) = 42.64%
BLUE value IS 125 (49.22% from 255) = 37.54%
R=19.82%
G=42.64%
B=37.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661421250.5400.120.44166.5836.5440.78
Hex428E7D360C2Ca72529
Octal10221617566014542474551
Binary10000101000111011111011101100110010110010100111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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