#428A84

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

Shades of Lochinvar #428A84

Tints of Lochinvar #428A84

Color information

#428A84 (or 0x428A84) is unknown color: approx Lochinvar. HEX triplet: 42, 8A and 84. RGB value is (66,138,132). Sum of RGB (Red+Green+Blue) = 66+138+132=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 138 - color contains mainly: green. Hex color #428A84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428A84 is #BD757B. Grayscale: #737373. Windows color (decimal): -12416380 or 8686146. OLE color: 8686146.

HSL color Cylindrical-coordinate representation of color #428A84: hue angle of 175º 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 #428A84 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB66138132-
CMYK0.5200.040.46
HSL175º35.29%40%-
HSV(B)175º52.17%54.12%-
XYZ15.52125.07-
YUV115.79137.1592.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.64%
GREEN value IS 138 (54.30% from 255) = 41.07%
BLUE value IS 132 (51.95% from 255) = 39.29%
R=19.64%
G=41.07%
B=39.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal661381320.5200.040.4617535.2940
Hex428A8434042Eaf2328
Octal1022122046404562574350
Binary10000101000101010000100110100010010111010101111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,138,132); }

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

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

 a { background-color: rgb(66,138,132); }

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

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

 span { border-color: rgb(66,138,132); }

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