#418379

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

Shades of Lochinvar #418379

Tints of Lochinvar #418379

Color information

#418379 (or 0x418379) is unknown color: approx Lochinvar. HEX triplet: 41, 83 and 79. RGB value is (65,131,121). Sum of RGB (Red+Green+Blue) = 65+131+121=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 131 - color contains mainly: green. Hex color #418379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418379 is #BE7C86. Grayscale: #6E6E6E. Windows color (decimal): -12483719 or 7963457. OLE color: 7963457.

HSL color Cylindrical-coordinate representation of color #418379: hue angle of 170.91º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #418379 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB65131121-
CMYK0.5000.080.49
HSL170.91º33.67%38.43%-
HSV(B)170.91º50.38%51.37%-
XYZ13.7518.7420.98-
YUV110.13134.1395.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.50%
GREEN value IS 131 (51.56% from 255) = 41.32%
BLUE value IS 121 (47.66% from 255) = 38.17%
R=20.50%
G=41.32%
B=38.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651311210.5000.080.49170.9133.6738.43
Hex418379320831ab2226
Octal10120317162010612534246
Binary10000011000001111110011100100100011000110101011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418379; }

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

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

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

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

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

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

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

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