Html Css Color HEX #419080 Lochinvar

📋 copy color: '#419080'

red 65 ◦ green 144 ◦ blue 128

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

Shades of Lochinvar #419080

Tints of Lochinvar #419080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.73%

 BLUE value IS 128 (50.39% from 255) = 37.98%

R = 19.29%
G = 42.73%
B = 37.98%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#419080 (or 0x419080) is known color: Lochinvar. HEX triplet: 41, 90 and 80. RGB value is (65,144,128). Sum of RGB (Red+Green+Blue) = 65+144+128=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #419080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419080 is #BE6F7F. Grayscale: #767676. Windows color (decimal): -12480384 or 8425537. OLE color: 8425537.

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

Color convert

RGB 65 144 128 -
CMYK 0.55 0 0.11 0.44
HSL 167.85º 0.38% 0.41% -
HSV(B) 167.85º 0.55% 0.56% -
XYZ 16.05 22.63 23.94 -
YUV 118.56 133.33 89.8 -
System Red Green Blue C M Y K H S L
Decimal 65 144 128 0.55 0 0.11 0.44 167.85 0.38 0.41
Hex 41 90 80 37 0 B 2C A8 26 29
Octal 101 220 200 67 0 13 54 250 46 51
Binary 1000001 10010000 10000000 110111 0 1011 101100 10101000 100110 101001

Color Harmonies of #419080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419080

Black with #419080

Text Example


Text Example

White with #419080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419080; }

 p { color: rgb(65,144,128); }

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

background-color css

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

 a { background-color: rgb(65,144,128); }

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

border-color css

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

 span { border-color: rgb(65,144,128); }

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