Html Css Color HEX #419178 Lochinvar

📋 copy color: '#419178'

red 65 ◦ green 145 ◦ blue 120

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

Shades of Lochinvar #419178

Tints of Lochinvar #419178

RGB

 RED value IS 65 (25.78% from 255) = 19.7%

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

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

R = 19.7%
G = 43.94%
B = 36.36%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#419178 (or 0x419178) is known color: Lochinvar. HEX triplet: 41, 91 and 78. RGB value is (65,145,120). Sum of RGB (Red+Green+Blue) = 65+145+120=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #419178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419178 is #BE6E87. Grayscale: #767676. Windows color (decimal): -12480136 or 7901505. OLE color: 7901505.

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

Color convert

RGB 65 145 120 -
CMYK 0.55 0 0.17 0.43
HSL 161.25º 0.38% 0.41% -
HSV(B) 161.25º 0.55% 0.57% -
XYZ 15.7 22.73 21.33 -
YUV 118.23 129 90.03 -
System Red Green Blue C M Y K H S L
Decimal 65 145 120 0.55 0 0.17 0.43 161.25 0.38 0.41
Hex 41 91 78 37 0 11 2B A1 26 29
Octal 101 221 170 67 0 21 53 241 46 51
Binary 1000001 10010001 1111000 110111 0 10001 101011 10100001 100110 101001

Color Harmonies of #419178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419178

Black with #419178

Text Example


Text Example

White with #419178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419178; }

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

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

background-color css

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

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

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

border-color css

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

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

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