Html Css Color HEX #429179 Lochinvar

📋 copy color: '#429179'

red 66 ◦ green 145 ◦ blue 121

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

Shades of Lochinvar #429179

Tints of Lochinvar #429179

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.67%

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

R = 19.88%
G = 43.67%
B = 36.45%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#429179 (or 0x429179) is known color: Lochinvar. HEX triplet: 42, 91 and 79. RGB value is (66,145,121). Sum of RGB (Red+Green+Blue) = 66+145+121=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 145 - color contains mainly: green. Hex color #429179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429179 is #BD6E86. Grayscale: #767676. Windows color (decimal): -12414599 or 7967042. OLE color: 7967042.

HSL color Cylindrical-coordinate representation of color #429179: hue angle of 161.77º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #429179 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 145 121 -
CMYK 0.54 0 0.17 0.43
HSL 161.77º 0.37% 0.41% -
HSV(B) 161.77º 0.54% 0.57% -
XYZ 15.82 22.79 21.65 -
YUV 118.64 129.33 90.45 -
System Red Green Blue C M Y K H S L
Decimal 66 145 121 0.54 0 0.17 0.43 161.77 0.37 0.41
Hex 42 91 79 36 0 11 2B A2 25 29
Octal 102 221 171 66 0 21 53 242 45 51
Binary 1000010 10010001 1111001 110110 0 10001 101011 10100010 100101 101001

Color Harmonies of #429179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429179

Black with #429179

Text Example


Text Example

White with #429179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429179; }

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

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

background-color css

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

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

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

border-color css

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

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

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