Html Css Color HEX #428779 Lochinvar

📋 copy color: '#428779'

red 66 ◦ green 135 ◦ blue 121

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

Shades of Lochinvar #428779

Tints of Lochinvar #428779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.93%

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

R = 20.5%
G = 41.93%
B = 37.58%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#428779 (or 0x428779) is known color: Lochinvar. HEX triplet: 42, 87 and 79. RGB value is (66,135,121). Sum of RGB (Red+Green+Blue) = 66+135+121=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 135 - color contains mainly: green. Hex color #428779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428779 is #BD7886. Grayscale: #707070. Windows color (decimal): -12417159 or 7964482. OLE color: 7964482.

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

Color convert

RGB 66 135 121 -
CMYK 0.51 0 0.10 0.47
HSL 167.83º 0.34% 0.39% -
HSV(B) 167.83º 0.51% 0.53% -
XYZ 14.36 19.87 21.17 -
YUV 112.77 132.64 94.64 -
System Red Green Blue C M Y K H S L
Decimal 66 135 121 0.51 0 0.10 0.47 167.83 0.34 0.39
Hex 42 87 79 33 0 A 2F A8 22 27
Octal 102 207 171 63 0 12 57 250 42 47
Binary 1000010 10000111 1111001 110011 0 1010 101111 10101000 100010 100111

Color Harmonies of #428779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428779

Black with #428779

Text Example


Text Example

White with #428779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428779; }

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

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

background-color css

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

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

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

border-color css

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

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

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