Html Css Color HEX #429389 Lochinvar

📋 copy color: '#429389'

red 66 ◦ green 147 ◦ blue 137

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

Shades of Lochinvar #429389

Tints of Lochinvar #429389

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42%

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

R = 18.86%
G = 42%
B = 39.14%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#429389 (or 0x429389) is known color: Lochinvar. HEX triplet: 42, 93 and 89. RGB value is (66,147,137). Sum of RGB (Red+Green+Blue) = 66+147+137=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #429389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429389 is #BD6C76. Grayscale: #797979. Windows color (decimal): -12414071 or 9016130. OLE color: 9016130.

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

Color convert

RGB 66 147 137 -
CMYK 0.55 0 0.07 0.42
HSL 172.59º 0.38% 0.42% -
HSV(B) 172.59º 0.55% 0.58% -
XYZ 17.2 23.83 27.36 -
YUV 121.64 136.66 88.31 -
System Red Green Blue C M Y K H S L
Decimal 66 147 137 0.55 0 0.07 0.42 172.59 0.38 0.42
Hex 42 93 89 37 0 7 2A AD 26 2A
Octal 102 223 211 67 0 7 52 255 46 52
Binary 1000010 10010011 10001001 110111 0 111 101010 10101101 100110 101010

Color Harmonies of #429389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429389

Black with #429389

Text Example


Text Example

White with #429389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429389; }

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

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

background-color css

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

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

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

border-color css

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

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

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