Html Css Color HEX #419381 Lochinvar

📋 copy color: '#419381'

red 65 ◦ green 147 ◦ blue 129

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

Shades of Lochinvar #419381

Tints of Lochinvar #419381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.83%

R = 19.06%
G = 43.11%
B = 37.83%

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

#419381 (or 0x419381) is known color: Lochinvar. HEX triplet: 41, 93 and 81. RGB value is (65,147,129). Sum of RGB (Red+Green+Blue) = 65+147+129=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #419381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419381 is #BE6C7E. Grayscale: #787878. Windows color (decimal): -12479615 or 8491841. OLE color: 8491841.

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

Color convert

RGB 65 147 129 -
CMYK 0.56 0 0.12 0.42
HSL 166.83º 0.39% 0.42% -
HSV(B) 166.83º 0.56% 0.58% -
XYZ 16.58 23.58 24.45 -
YUV 120.43 132.83 88.46 -
System Red Green Blue C M Y K H S L
Decimal 65 147 129 0.56 0 0.12 0.42 166.83 0.39 0.42
Hex 41 93 81 38 0 C 2A A7 27 2A
Octal 101 223 201 70 0 14 52 247 47 52
Binary 1000001 10010011 10000001 111000 0 1100 101010 10100111 100111 101010

Color Harmonies of #419381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419381

Black with #419381

Text Example


Text Example

White with #419381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419381; }

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

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

background-color css

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

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

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

border-color css

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

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

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