Html Css Color HEX #428379 Lochinvar

📋 copy color: '#428379'

red 66 ◦ green 131 ◦ blue 121

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

Shades of Lochinvar #428379

Tints of Lochinvar #428379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.19%

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

R = 20.75%
G = 41.19%
B = 38.05%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#428379 (or 0x428379) is known color: Lochinvar. HEX triplet: 42, 83 and 79. RGB value is (66,131,121). Sum of RGB (Red+Green+Blue) = 66+131+121=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 131 - color contains mainly: green. Hex color #428379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428379 is #BD7C86. Grayscale: #6E6E6E. Windows color (decimal): -12418183 or 7963458. OLE color: 7963458.

HSL color Cylindrical-coordinate representation of color #428379: hue angle of 170.77º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428379 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 131 121 -
CMYK 0.50 0 0.08 0.49
HSL 170.77º 0.33% 0.39% -
HSV(B) 170.77º 0.5% 0.51% -
XYZ 13.81 18.77 20.98 -
YUV 110.43 133.97 96.31 -
System Red Green Blue C M Y K H S L
Decimal 66 131 121 0.50 0 0.08 0.49 170.77 0.33 0.39
Hex 42 83 79 32 0 8 31 AB 21 27
Octal 102 203 171 62 0 10 61 253 41 47
Binary 1000010 10000011 1111001 110010 0 1000 110001 10101011 100001 100111

Color Harmonies of #428379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428379

Black with #428379

Text Example


Text Example

White with #428379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428379; }

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

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

background-color css

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

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

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

border-color css

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

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

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