Html Css Color HEX #428879 Lochinvar

📋 copy color: '#428879'

red 66 ◦ green 136 ◦ blue 121

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

Shades of Lochinvar #428879

Tints of Lochinvar #428879

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.11%

 BLUE value IS 121 (47.66% from 255) = 37.46%

R = 20.43%
G = 42.11%
B = 37.46%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#428879 (or 0x428879) is known color: Lochinvar. HEX triplet: 42, 88 and 79. RGB value is (66,136,121). Sum of RGB (Red+Green+Blue) = 66+136+121=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #428879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428879 is #BD7786. Grayscale: #717171. Windows color (decimal): -12416903 or 7964738. OLE color: 7964738.

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

Color convert

RGB 66 136 121 -
CMYK 0.51 0 0.11 0.47
HSL 167.14º 0.35% 0.4% -
HSV(B) 167.14º 0.51% 0.53% -
XYZ 14.5 20.15 21.21 -
YUV 113.36 132.31 94.22 -
System Red Green Blue C M Y K H S L
Decimal 66 136 121 0.51 0 0.11 0.47 167.14 0.35 0.4
Hex 42 88 79 33 0 B 2F A7 23 28
Octal 102 210 171 63 0 13 57 247 43 50
Binary 1000010 10001000 1111001 110011 0 1011 101111 10100111 100011 101000

Color Harmonies of #428879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428879

Black with #428879

Text Example


Text Example

White with #428879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428879; }

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

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

background-color css

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

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

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

border-color css

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

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

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