#428D7F

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

Shades of Lochinvar #428D7F

Tints of Lochinvar #428D7F

Color information

#428D7F (or 0x428D7F) is unknown color: approx Lochinvar. HEX triplet: 42, 8D and 7F. RGB value is (66,141,127). Sum of RGB (Red+Green+Blue) = 66+141+127=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #428D7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428D7F is #BD7280. Grayscale: #747474. Windows color (decimal): -12415617 or 8359234. OLE color: 8359234.

HSL color Cylindrical-coordinate representation of color #428D7F: hue angle of 168.8º 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 #428D7F is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB66141127-
CMYK0.5300.100.45
HSL168.8º36.23%40.59%-
HSV(B)168.8º53.19%55.29%-
XYZ15.621.7423.45-
YUV116.98133.6591.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.76%
GREEN value IS 141 (55.47% from 255) = 42.22%
BLUE value IS 127 (50% from 255) = 38.02%
R=19.76%
G=42.22%
B=38.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661411270.5300.100.45168.836.2340.59
Hex428D7F350A2Da92429
Octal10221517765012552514451
Binary10000101000110111111111101010101010110110101001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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