Html Css Color HEX #428A80 Lochinvar

📋 copy color: '#428A80'

red 66 ◦ green 138 ◦ blue 128

#428A80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #428A80

Tints of Lochinvar #428A80

RGB

 RED value IS 66 (26.17% from 255) = 19.88%

 GREEN value IS 138 (54.3% from 255) = 41.57%

 BLUE value IS 128 (50.39% from 255) = 38.55%

R = 19.88%
G = 41.57%
B = 38.55%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#428A80 (or 0x428A80) is known color: Lochinvar. HEX triplet: 42, 8A and 80. RGB value is (66,138,128). Sum of RGB (Red+Green+Blue) = 66+138+128=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 138 - color contains mainly: green. Hex color #428A80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428A80 is #BD757F. Grayscale: #737373. Windows color (decimal): -12416384 or 8424002. OLE color: 8424002.

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

Color convert

RGB 66 138 128 -
CMYK 0.52 0 0.07 0.46
HSL 171.67º 0.35% 0.4% -
HSV(B) 171.67º 0.52% 0.54% -
XYZ 15.23 20.89 23.65 -
YUV 115.33 135.15 92.81 -
System Red Green Blue C M Y K H S L
Decimal 66 138 128 0.52 0 0.07 0.46 171.67 0.35 0.4
Hex 42 8A 80 34 0 7 2E AC 23 28
Octal 102 212 200 64 0 7 56 254 43 50
Binary 1000010 10001010 10000000 110100 0 111 101110 10101100 100011 101000

Color Harmonies of #428A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428A80

Black with #428A80

Text Example


Text Example

White with #428A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #428A80;
 }
 .AnyTagClassName
 {
   color: #428A80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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