Html Css Color HEX #429178 Lochinvar

📋 copy color: '#429178'

red 66 ◦ green 145 ◦ blue 120

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

Shades of Lochinvar #429178

Tints of Lochinvar #429178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.25%

R = 19.94%
G = 43.81%
B = 36.25%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#429178 (or 0x429178) is known color: Lochinvar. HEX triplet: 42, 91 and 78. RGB value is (66,145,120). Sum of RGB (Red+Green+Blue) = 66+145+120=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #429178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429178 is #BD6E87. Grayscale: #767676. Windows color (decimal): -12414600 or 7901506. OLE color: 7901506.

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

Color convert

RGB 66 145 120 -
CMYK 0.54 0 0.17 0.43
HSL 161.01º 0.37% 0.41% -
HSV(B) 161.01º 0.54% 0.57% -
XYZ 15.76 22.77 21.33 -
YUV 118.53 128.83 90.53 -
System Red Green Blue C M Y K H S L
Decimal 66 145 120 0.54 0 0.17 0.43 161.01 0.37 0.41
Hex 42 91 78 36 0 11 2B A1 25 29
Octal 102 221 170 66 0 21 53 241 45 51
Binary 1000010 10010001 1111000 110110 0 10001 101011 10100001 100101 101001

Color Harmonies of #429178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429178

Black with #429178

Text Example


Text Example

White with #429178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429178; }

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

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

background-color css

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

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

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

border-color css

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

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

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