Html Css Color HEX #419289 Lochinvar

📋 copy color: '#419289'

red 65 ◦ green 146 ◦ blue 137

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

Shades of Lochinvar #419289

Tints of Lochinvar #419289

RGB

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

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

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

R = 18.68%
G = 41.95%
B = 39.37%

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

#419289 (or 0x419289) is known color: Lochinvar. HEX triplet: 41, 92 and 89. RGB value is (65,146,137). Sum of RGB (Red+Green+Blue) = 65+146+137=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 146 - color contains mainly: green. Hex color #419289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419289 is #BE6D76. Grayscale: #787878. Windows color (decimal): -12479863 or 9015873. OLE color: 9015873.

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

Color convert

RGB 65 146 137 -
CMYK 0.55 0 0.06 0.43
HSL 173.33º 0.38% 0.41% -
HSV(B) 173.33º 0.55% 0.57% -
XYZ 16.97 23.49 27.31 -
YUV 120.76 137.16 88.23 -
System Red Green Blue C M Y K H S L
Decimal 65 146 137 0.55 0 0.06 0.43 173.33 0.38 0.41
Hex 41 92 89 37 0 6 2B AD 26 29
Octal 101 222 211 67 0 6 53 255 46 51
Binary 1000001 10010010 10001001 110111 0 110 101011 10101101 100110 101001

Color Harmonies of #419289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419289

Black with #419289

Text Example


Text Example

White with #419289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419289; }

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

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

background-color css

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

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

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

border-color css

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

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

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