Html Css Color HEX #419689 Lochinvar

📋 copy color: '#419689'

red 65 ◦ green 150 ◦ blue 137

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

Shades of Lochinvar #419689

Tints of Lochinvar #419689

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.61%

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

R = 18.47%
G = 42.61%
B = 38.92%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#419689 (or 0x419689) is known color: Lochinvar. HEX triplet: 41, 96 and 89. RGB value is (65,150,137). Sum of RGB (Red+Green+Blue) = 65+150+137=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 150 - color contains mainly: green. Hex color #419689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419689 is #BE6976. Grayscale: #7B7B7B. Windows color (decimal): -12478839 or 9016897. OLE color: 9016897.

HSL color Cylindrical-coordinate representation of color #419689: hue angle of 170.82º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #419689 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 150 137 -
CMYK 0.57 0 0.09 0.41
HSL 170.82º 0.4% 0.42% -
HSV(B) 170.82º 0.57% 0.59% -
XYZ 17.6 24.74 27.52 -
YUV 123.1 135.84 86.56 -
System Red Green Blue C M Y K H S L
Decimal 65 150 137 0.57 0 0.09 0.41 170.82 0.4 0.42
Hex 41 96 89 39 0 9 29 AB 28 2A
Octal 101 226 211 71 0 11 51 253 50 52
Binary 1000001 10010110 10001001 111001 0 1001 101001 10101011 101000 101010

Color Harmonies of #419689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419689

Black with #419689

Text Example


Text Example

White with #419689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419689; }

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

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

background-color css

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

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

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

border-color css

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

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

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