#428981

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

Shades of Lochinvar #428981

Tints of Lochinvar #428981

Color information

#428981 (or 0x428981) is unknown color: approx Lochinvar. HEX triplet: 42, 89 and 81. RGB value is (66,137,129). Sum of RGB (Red+Green+Blue) = 66+137+129=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #428981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428981 is #BD767E. Grayscale: #727272. Windows color (decimal): -12416639 or 8489282. OLE color: 8489282.

HSL color Cylindrical-coordinate representation of color #428981: hue angle of 173.24º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428981 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB66137129-
CMYK0.5200.060.46
HSL173.24º34.98%39.8%-
HSV(B)173.24º51.82%53.73%-
XYZ15.1520.6323.95-
YUV114.86135.9893.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.88%
GREEN value IS 137 (53.91% from 255) = 41.27%
BLUE value IS 129 (50.78% from 255) = 38.86%
R=19.88%
G=41.27%
B=38.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal661371290.5200.060.46173.2434.9839.8
Hex42898134062Ead2328
Octal1022112016406562554350
Binary10000101000100110000001110100011010111010101101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428981; }

 p { color: rgb(66,137,129); }

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

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

 a { background-color: rgb(66,137,129); }

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

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

 span { border-color: rgb(66,137,129); }

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