#418D7F

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

Shades of Lochinvar #418D7F

Tints of Lochinvar #418D7F

Color information

#418D7F (or 0x418D7F) is unknown color: approx Lochinvar. HEX triplet: 41, 8D and 7F. RGB value is (65,141,127). Sum of RGB (Red+Green+Blue) = 65+141+127=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 141 - color contains mainly: green. Hex color #418D7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418D7F is #BE7280. Grayscale: #747474. Windows color (decimal): -12481153 or 8359233. OLE color: 8359233.

HSL color Cylindrical-coordinate representation of color #418D7F: hue angle of 168.95º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #418D7F is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB65141127-
CMYK0.5400.100.45
HSL168.95º36.89%40.39%-
HSV(B)168.95º53.9%55.29%-
XYZ15.5421.7123.45-
YUV116.68133.8291.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.52%
GREEN value IS 141 (55.47% from 255) = 42.34%
BLUE value IS 127 (50% from 255) = 38.14%
R=19.52%
G=42.34%
B=38.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal651411270.5400.100.45168.9536.8940.39
Hex418D7F360A2Da92528
Octal10121517766012552514550
Binary10000011000110111111111101100101010110110101001100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418D7F; }

 p { color: rgb(65,141,127); }

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

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

 a { background-color: rgb(65,141,127); }

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

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

 span { border-color: rgb(65,141,127); }

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