Html Css Color HEX #428579 Lochinvar

📋 copy color: '#428579'

red 66 ◦ green 133 ◦ blue 121

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

Shades of Lochinvar #428579

Tints of Lochinvar #428579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.56%

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

R = 20.63%
G = 41.56%
B = 37.81%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#428579 (or 0x428579) is known color: Lochinvar. HEX triplet: 42, 85 and 79. RGB value is (66,133,121). Sum of RGB (Red+Green+Blue) = 66+133+121=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #428579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428579 is #BD7A86. Grayscale: #6F6F6F. Windows color (decimal): -12417671 or 7963970. OLE color: 7963970.

HSL color Cylindrical-coordinate representation of color #428579: hue angle of 169.25º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428579 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 133 121 -
CMYK 0.50 0 0.09 0.48
HSL 169.25º 0.34% 0.39% -
HSV(B) 169.25º 0.5% 0.52% -
XYZ 14.09 19.31 21.07 -
YUV 111.6 133.3 95.48 -
System Red Green Blue C M Y K H S L
Decimal 66 133 121 0.50 0 0.09 0.48 169.25 0.34 0.39
Hex 42 85 79 32 0 9 30 A9 22 27
Octal 102 205 171 62 0 11 60 251 42 47
Binary 1000010 10000101 1111001 110010 0 1001 110000 10101001 100010 100111

Color Harmonies of #428579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428579

Black with #428579

Text Example


Text Example

White with #428579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428579; }

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

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

background-color css

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

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

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

border-color css

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

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

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