Html Css Color HEX #419583 Lochinvar

📋 copy color: '#419583'

red 65 ◦ green 149 ◦ blue 131

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

Shades of Lochinvar #419583

Tints of Lochinvar #419583

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.19%

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

R = 18.84%
G = 43.19%
B = 37.97%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#419583 (or 0x419583) is known color: Lochinvar. HEX triplet: 41, 95 and 83. RGB value is (65,149,131). Sum of RGB (Red+Green+Blue) = 65+149+131=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 149 - color contains mainly: green. Hex color #419583 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419583 is #BE6A7C. Grayscale: #797979. Windows color (decimal): -12479101 or 8623425. OLE color: 8623425.

HSL color Cylindrical-coordinate representation of color #419583: hue angle of 167.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419583 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 149 131 -
CMYK 0.56 0 0.12 0.42
HSL 167.14º 0.39% 0.42% -
HSV(B) 167.14º 0.56% 0.58% -
XYZ 17.02 24.26 25.26 -
YUV 121.83 133.17 87.46 -
System Red Green Blue C M Y K H S L
Decimal 65 149 131 0.56 0 0.12 0.42 167.14 0.39 0.42
Hex 41 95 83 38 0 C 2A A7 27 2A
Octal 101 225 203 70 0 14 52 247 47 52
Binary 1000001 10010101 10000011 111000 0 1100 101010 10100111 100111 101010

Color Harmonies of #419583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419583

Black with #419583

Text Example


Text Example

White with #419583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419583; }

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

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

background-color css

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

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

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

border-color css

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

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

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