Html Css Color HEX #429289 Lochinvar

📋 copy color: '#429289'

red 66 ◦ green 146 ◦ blue 137

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

Shades of Lochinvar #429289

Tints of Lochinvar #429289

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.83%

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

R = 18.91%
G = 41.83%
B = 39.26%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#429289 (or 0x429289) is known color: Lochinvar. HEX triplet: 42, 92 and 89. RGB value is (66,146,137). Sum of RGB (Red+Green+Blue) = 66+146+137=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #429289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429289 is #BD6D76. Grayscale: #797979. Windows color (decimal): -12414327 or 9015874. OLE color: 9015874.

HSL color Cylindrical-coordinate representation of color #429289: hue angle of 173.25º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #429289 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 146 137 -
CMYK 0.55 0 0.06 0.43
HSL 173.25º 0.38% 0.42% -
HSV(B) 173.25º 0.55% 0.57% -
XYZ 17.04 23.52 27.31 -
YUV 121.05 137 88.73 -
System Red Green Blue C M Y K H S L
Decimal 66 146 137 0.55 0 0.06 0.43 173.25 0.38 0.42
Hex 42 92 89 37 0 6 2B AD 26 2A
Octal 102 222 211 67 0 6 53 255 46 52
Binary 1000010 10010010 10001001 110111 0 110 101011 10101101 100110 101010

Color Harmonies of #429289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429289

Black with #429289

Text Example


Text Example

White with #429289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429289; }

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

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

background-color css

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

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

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

border-color css

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

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

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