Html Css Color HEX #429189 Lochinvar

📋 copy color: '#429189'

red 66 ◦ green 145 ◦ blue 137

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

Shades of Lochinvar #429189

Tints of Lochinvar #429189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.37%

R = 18.97%
G = 41.67%
B = 39.37%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#429189 (or 0x429189) is known color: Lochinvar. HEX triplet: 42, 91 and 89. RGB value is (66,145,137). Sum of RGB (Red+Green+Blue) = 66+145+137=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #429189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429189 is #BD6E76. Grayscale: #787878. Windows color (decimal): -12414583 or 9015618. OLE color: 9015618.

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

Color convert

RGB 66 145 137 -
CMYK 0.54 0 0.06 0.43
HSL 173.92º 0.37% 0.41% -
HSV(B) 173.92º 0.54% 0.57% -
XYZ 16.89 23.22 27.26 -
YUV 120.47 137.33 89.15 -
System Red Green Blue C M Y K H S L
Decimal 66 145 137 0.54 0 0.06 0.43 173.92 0.37 0.41
Hex 42 91 89 36 0 6 2B AE 25 29
Octal 102 221 211 66 0 6 53 256 45 51
Binary 1000010 10010001 10001001 110110 0 110 101011 10101110 100101 101001

Color Harmonies of #429189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429189

Black with #429189

Text Example


Text Example

White with #429189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429189; }

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

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

background-color css

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

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

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

border-color css

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

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

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