Html Css Color HEX #419682 Lochinvar

📋 copy color: '#419682'

red 65 ◦ green 150 ◦ blue 130

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

Shades of Lochinvar #419682

Tints of Lochinvar #419682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.68%

R = 18.84%
G = 43.48%
B = 37.68%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#419682 (or 0x419682) is known color: Lochinvar. HEX triplet: 41, 96 and 82. RGB value is (65,150,130). Sum of RGB (Red+Green+Blue) = 65+150+130=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 150 - color contains mainly: green. Hex color #419682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419682 is #BE697D. Grayscale: #7A7A7A. Windows color (decimal): -12478846 or 8558145. OLE color: 8558145.

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

Color convert

RGB 65 150 130 -
CMYK 0.57 0 0.13 0.41
HSL 165.88º 0.4% 0.42% -
HSV(B) 165.88º 0.57% 0.59% -
XYZ 17.12 24.55 24.96 -
YUV 122.31 132.34 87.13 -
System Red Green Blue C M Y K H S L
Decimal 65 150 130 0.57 0 0.13 0.41 165.88 0.4 0.42
Hex 41 96 82 39 0 D 29 A6 28 2A
Octal 101 226 202 71 0 15 51 246 50 52
Binary 1000001 10010110 10000010 111001 0 1101 101001 10100110 101000 101010

Color Harmonies of #419682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419682

Black with #419682

Text Example


Text Example

White with #419682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419682; }

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

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

background-color css

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

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

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

border-color css

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

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

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