Html Css Color HEX #419683 Lochinvar

📋 copy color: '#419683'

red 65 ◦ green 150 ◦ blue 131

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

Shades of Lochinvar #419683

Tints of Lochinvar #419683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.86%

R = 18.79%
G = 43.35%
B = 37.86%

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

#419683 (or 0x419683) is known color: Lochinvar. HEX triplet: 41, 96 and 83. RGB value is (65,150,131). Sum of RGB (Red+Green+Blue) = 65+150+131=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #419683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419683 is #BE697C. Grayscale: #7A7A7A. Windows color (decimal): -12478845 or 8623681. OLE color: 8623681.

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

Color convert

RGB 65 150 131 -
CMYK 0.57 0 0.13 0.41
HSL 166.59º 0.4% 0.42% -
HSV(B) 166.59º 0.57% 0.59% -
XYZ 17.18 24.58 25.31 -
YUV 122.42 132.84 87.04 -
System Red Green Blue C M Y K H S L
Decimal 65 150 131 0.57 0 0.13 0.41 166.59 0.4 0.42
Hex 41 96 83 39 0 D 29 A7 28 2A
Octal 101 226 203 71 0 15 51 247 50 52
Binary 1000001 10010110 10000011 111001 0 1101 101001 10100111 101000 101010

Color Harmonies of #419683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419683

Black with #419683

Text Example


Text Example

White with #419683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419683; }

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

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

background-color css

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

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

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

border-color css

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

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

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