Html Css Color HEX #429183 Lochinvar

📋 copy color: '#429183'

red 66 ◦ green 145 ◦ blue 131

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

Shades of Lochinvar #429183

Tints of Lochinvar #429183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.3%

R = 19.3%
G = 42.4%
B = 38.3%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#429183 (or 0x429183) is known color: Lochinvar. HEX triplet: 42, 91 and 83. RGB value is (66,145,131). Sum of RGB (Red+Green+Blue) = 66+145+131=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 145 - color contains mainly: green. Hex color #429183 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429183 is #BD6E7C. Grayscale: #777777. Windows color (decimal): -12414589 or 8622402. OLE color: 8622402.

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

Color convert

RGB 66 145 131 -
CMYK 0.54 0 0.10 0.43
HSL 169.37º 0.37% 0.41% -
HSV(B) 169.37º 0.54% 0.57% -
XYZ 16.47 23.05 25.05 -
YUV 119.78 134.33 89.64 -
System Red Green Blue C M Y K H S L
Decimal 66 145 131 0.54 0 0.10 0.43 169.37 0.37 0.41
Hex 42 91 83 36 0 A 2B A9 25 29
Octal 102 221 203 66 0 12 53 251 45 51
Binary 1000010 10010001 10000011 110110 0 1010 101011 10101001 100101 101001

Color Harmonies of #429183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429183

Black with #429183

Text Example


Text Example

White with #429183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429183; }

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

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

background-color css

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

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

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

border-color css

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

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

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