#428D7D

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

Shades of Lochinvar #428D7D

Tints of Lochinvar #428D7D

Color information

#428D7D (or 0x428D7D) is unknown color: approx Lochinvar. HEX triplet: 42, 8D and 7D. RGB value is (66,141,125). Sum of RGB (Red+Green+Blue) = 66+141+125=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 141 - color contains mainly: green. Hex color #428D7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428D7D is #BD7282. Grayscale: #747474. Windows color (decimal): -12415619 or 8228162. OLE color: 8228162.

HSL color Cylindrical-coordinate representation of color #428D7D: hue angle of 167.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428D7D is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB66141125-
CMYK0.5300.110.45
HSL167.2º36.23%40.59%-
HSV(B)167.2º53.19%55.29%-
XYZ15.4721.6922.77-
YUV116.75132.6591.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.88%
GREEN value IS 141 (55.47% from 255) = 42.47%
BLUE value IS 125 (49.22% from 255) = 37.65%
R=19.88%
G=42.47%
B=37.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661411250.5300.110.45167.236.2340.59
Hex428D7D350B2Da72429
Octal10221517565013552474451
Binary10000101000110111111011101010101110110110100111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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