Html Css Color HEX #419188 Lochinvar

📋 copy color: '#419188'

red 65 ◦ green 145 ◦ blue 136

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

Shades of Lochinvar #419188

Tints of Lochinvar #419188

RGB

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

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

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

R = 18.79%
G = 41.91%
B = 39.31%

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

#419188 (or 0x419188) is known color: Lochinvar. HEX triplet: 41, 91 and 88. RGB value is (65,145,136). Sum of RGB (Red+Green+Blue) = 65+145+136=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 145 - color contains mainly: green. Hex color #419188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419188 is #BE6E77. Grayscale: #787878. Windows color (decimal): -12480120 or 8950081. OLE color: 8950081.

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

Color convert

RGB 65 145 136 -
CMYK 0.55 0 0.06 0.43
HSL 173.25º 0.38% 0.41% -
HSV(B) 173.25º 0.55% 0.57% -
XYZ 16.75 23.15 26.88 -
YUV 120.05 137 88.73 -
System Red Green Blue C M Y K H S L
Decimal 65 145 136 0.55 0 0.06 0.43 173.25 0.38 0.41
Hex 41 91 88 37 0 6 2B AD 26 29
Octal 101 221 210 67 0 6 53 255 46 51
Binary 1000001 10010001 10001000 110111 0 110 101011 10101101 100110 101001

Color Harmonies of #419188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419188

Black with #419188

Text Example


Text Example

White with #419188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419188; }

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

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

background-color css

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

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

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

border-color css

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

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

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