Html Css Color HEX #419680 Lochinvar

📋 copy color: '#419680'

red 65 ◦ green 150 ◦ blue 128

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

Shades of Lochinvar #419680

Tints of Lochinvar #419680

RGB

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

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

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

R = 18.95%
G = 43.73%
B = 37.32%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#419680 (or 0x419680) is known color: Lochinvar. HEX triplet: 41, 96 and 80. RGB value is (65,150,128). Sum of RGB (Red+Green+Blue) = 65+150+128=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 150 - color contains mainly: green. Hex color #419680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419680 is #BE697F. Grayscale: #7A7A7A. Windows color (decimal): -12478848 or 8427073. OLE color: 8427073.

HSL color Cylindrical-coordinate representation of color #419680: hue angle of 164.47º 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 #419680 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 150 128 -
CMYK 0.57 0 0.15 0.41
HSL 164.47º 0.4% 0.42% -
HSV(B) 164.47º 0.57% 0.59% -
XYZ 16.98 24.5 24.26 -
YUV 122.08 131.34 87.29 -
System Red Green Blue C M Y K H S L
Decimal 65 150 128 0.57 0 0.15 0.41 164.47 0.4 0.42
Hex 41 96 80 39 0 F 29 A4 28 2A
Octal 101 226 200 71 0 17 51 244 50 52
Binary 1000001 10010110 10000000 111001 0 1111 101001 10100100 101000 101010

Color Harmonies of #419680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419680

Black with #419680

Text Example


Text Example

White with #419680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419680; }

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

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

background-color css

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

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

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

border-color css

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

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

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