#428679

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

Shades of Lochinvar #428679

Tints of Lochinvar #428679

Color information

#428679 (or 0x428679) is unknown color: approx Lochinvar. HEX triplet: 42, 86 and 79. RGB value is (66,134,121). Sum of RGB (Red+Green+Blue) = 66+134+121=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #428679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428679 is #BD7986. Grayscale: #707070. Windows color (decimal): -12417415 or 7964226. OLE color: 7964226.

HSL color Cylindrical-coordinate representation of color #428679: hue angle of 168.53º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428679 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB66134121-
CMYK0.5100.100.47
HSL168.53º34%39.22%-
HSV(B)168.53º50.75%52.55%-
XYZ14.2219.5921.12-
YUV112.19132.9795.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.56%
GREEN value IS 134 (52.73% from 255) = 41.74%
BLUE value IS 121 (47.66% from 255) = 37.69%
R=20.56%
G=41.74%
B=37.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal661341210.5100.100.47168.533439.22
Hex428679330A2Fa92227
Octal10220617163012572514247
Binary10000101000011011110011100110101010111110101001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428679; }

 p { color: rgb(66,134,121); }

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

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

 a { background-color: rgb(66,134,121); }

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

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

 span { border-color: rgb(66,134,121); }

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