#428C7F

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

Shades of Lochinvar #428C7F

Tints of Lochinvar #428C7F

Color information

#428C7F (or 0x428C7F) is unknown color: approx Lochinvar. HEX triplet: 42, 8C and 7F. RGB value is (66,140,127). Sum of RGB (Red+Green+Blue) = 66+140+127=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 140 - color contains mainly: green. Hex color #428C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428C7F is #BD7380. Grayscale: #747474. Windows color (decimal): -12415873 or 8358978. OLE color: 8358978.

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

Color convert

RGB66140127-
CMYK0.5300.090.45
HSL169.46º35.92%40.39%-
HSV(B)169.46º52.86%54.9%-
XYZ15.4621.4523.4-
YUV116.39133.9892.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.82%
GREEN value IS 140 (55.08% from 255) = 42.04%
BLUE value IS 127 (50% from 255) = 38.14%
R=19.82%
G=42.04%
B=38.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661401270.5300.090.45169.4635.9240.39
Hex428C7F35092Da92428
Octal10221417765011552514450
Binary10000101000110011111111101010100110110110101001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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