Html Css Color HEX #429186 Lochinvar

📋 copy color: '#429186'

red 66 ◦ green 145 ◦ blue 134

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

Shades of Lochinvar #429186

Tints of Lochinvar #429186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 38.84%

R = 19.13%
G = 42.03%
B = 38.84%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#429186 (or 0x429186) is known color: Lochinvar. HEX triplet: 42, 91 and 86. RGB value is (66,145,134). Sum of RGB (Red+Green+Blue) = 66+145+134=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 145 - color contains mainly: green. Hex color #429186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429186 is #BD6E79. Grayscale: #787878. Windows color (decimal): -12414586 or 8819010. OLE color: 8819010.

HSL color Cylindrical-coordinate representation of color #429186: hue angle of 171.65º 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 #429186 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 145 134 -
CMYK 0.54 0 0.08 0.43
HSL 171.65º 0.37% 0.41% -
HSV(B) 171.65º 0.54% 0.57% -
XYZ 16.68 23.13 26.14 -
YUV 120.13 135.83 89.39 -
System Red Green Blue C M Y K H S L
Decimal 66 145 134 0.54 0 0.08 0.43 171.65 0.37 0.41
Hex 42 91 86 36 0 8 2B AC 25 29
Octal 102 221 206 66 0 10 53 254 45 51
Binary 1000010 10010001 10000110 110110 0 1000 101011 10101100 100101 101001

Color Harmonies of #429186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429186

Black with #429186

Text Example


Text Example

White with #429186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429186; }

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

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

background-color css

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

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

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

border-color css

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

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

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