Html Css Color HEX #419288 Lochinvar

📋 copy color: '#419288'

red 65 ◦ green 146 ◦ blue 136

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

Shades of Lochinvar #419288

Tints of Lochinvar #419288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 39.19%

R = 18.73%
G = 42.07%
B = 39.19%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#419288 (or 0x419288) is known color: Lochinvar. HEX triplet: 41, 92 and 88. RGB value is (65,146,136). Sum of RGB (Red+Green+Blue) = 65+146+136=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 146 - color contains mainly: green. Hex color #419288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419288 is #BE6D77. Grayscale: #787878. Windows color (decimal): -12479864 or 8950337. OLE color: 8950337.

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

Color convert

RGB 65 146 136 -
CMYK 0.55 0 0.07 0.43
HSL 172.59º 0.38% 0.41% -
HSV(B) 172.59º 0.55% 0.57% -
XYZ 16.9 23.46 26.93 -
YUV 120.64 136.66 88.31 -
System Red Green Blue C M Y K H S L
Decimal 65 146 136 0.55 0 0.07 0.43 172.59 0.38 0.41
Hex 41 92 88 37 0 7 2B AD 26 29
Octal 101 222 210 67 0 7 53 255 46 51
Binary 1000001 10010010 10001000 110111 0 111 101011 10101101 100110 101001

Color Harmonies of #419288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419288

Black with #419288

Text Example


Text Example

White with #419288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419288; }

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

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

background-color css

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

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

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

border-color css

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

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

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