Html Css Color HEX #429184 Lochinvar

📋 copy color: '#429184'

red 66 ◦ green 145 ◦ blue 132

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

Shades of Lochinvar #429184

Tints of Lochinvar #429184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.48%

R = 19.24%
G = 42.27%
B = 38.48%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#429184 (or 0x429184) is known color: Lochinvar. HEX triplet: 42, 91 and 84. RGB value is (66,145,132). Sum of RGB (Red+Green+Blue) = 66+145+132=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 145 - color contains mainly: green. Hex color #429184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429184 is #BD6E7B. Grayscale: #777777. Windows color (decimal): -12414588 or 8687938. OLE color: 8687938.

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

Color convert

RGB 66 145 132 -
CMYK 0.54 0 0.09 0.43
HSL 170.13º 0.37% 0.41% -
HSV(B) 170.13º 0.54% 0.57% -
XYZ 16.54 23.08 25.41 -
YUV 119.9 134.83 89.56 -
System Red Green Blue C M Y K H S L
Decimal 66 145 132 0.54 0 0.09 0.43 170.13 0.37 0.41
Hex 42 91 84 36 0 9 2B AA 25 29
Octal 102 221 204 66 0 11 53 252 45 51
Binary 1000010 10010001 10000100 110110 0 1001 101011 10101010 100101 101001

Color Harmonies of #429184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429184

Black with #429184

Text Example


Text Example

White with #429184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429184; }

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

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

background-color css

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

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

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

border-color css

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

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

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