Html Css Color HEX #419384 Lochinvar

📋 copy color: '#419384'

red 65 ◦ green 147 ◦ blue 132

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

Shades of Lochinvar #419384

Tints of Lochinvar #419384

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.73%

 BLUE value IS 132 (51.95% from 255) = 38.37%

R = 18.9%
G = 42.73%
B = 38.37%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#419384 (or 0x419384) is known color: Lochinvar. HEX triplet: 41, 93 and 84. RGB value is (65,147,132). Sum of RGB (Red+Green+Blue) = 65+147+132=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #419384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419384 is #BE6C7B. Grayscale: #787878. Windows color (decimal): -12479612 or 8688449. OLE color: 8688449.

HSL color Cylindrical-coordinate representation of color #419384: hue angle of 169.02º 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 #419384 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 147 132 -
CMYK 0.56 0 0.10 0.42
HSL 169.02º 0.39% 0.42% -
HSV(B) 169.02º 0.56% 0.58% -
XYZ 16.78 23.66 25.51 -
YUV 120.77 134.33 88.22 -
System Red Green Blue C M Y K H S L
Decimal 65 147 132 0.56 0 0.10 0.42 169.02 0.39 0.42
Hex 41 93 84 38 0 A 2A A9 27 2A
Octal 101 223 204 70 0 12 52 251 47 52
Binary 1000001 10010011 10000100 111000 0 1010 101010 10101001 100111 101010

Color Harmonies of #419384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419384

Black with #419384

Text Example


Text Example

White with #419384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419384; }

 p { color: rgb(65,147,132); }

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

background-color css

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

 a { background-color: rgb(65,147,132); }

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

border-color css

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

 span { border-color: rgb(65,147,132); }

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