#419379

Color #419379 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #419379

Tints of Lochinvar #419379

Color information

#419379 (or 0x419379) is unknown color: approx Lochinvar. HEX triplet: 41, 93 and 79. RGB value is (65,147,121). Sum of RGB (Red+Green+Blue) = 65+147+121=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #419379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419379 is #BE6C86. Grayscale: #777777. Windows color (decimal): -12479623 or 7967553. OLE color: 7967553.

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

Color convert

RGB65147121-
CMYK0.5600.180.42
HSL160.98º38.68%41.57%-
HSV(B)160.98º55.78%57.65%-
XYZ16.0623.3721.75-
YUV119.52128.8389.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.52%
GREEN value IS 147 (57.81% from 255) = 44.14%
BLUE value IS 121 (47.66% from 255) = 36.34%
R=19.52%
G=44.14%
B=36.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651471210.5600.180.42160.9838.6841.57
Hex419379380122Aa1272a
Octal10122317170022522414752
Binary100000110010011111100111100001001010101010100001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419379; }

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

 H1.HeaderClassName
 {
   color: #419379;
 }
 .AnyTagClassName
 {
   color: #419379;
 }
</style>
background-color css

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

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

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

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

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

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