#418D7D

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

Shades of Lochinvar #418D7D

Tints of Lochinvar #418D7D

Color information

#418D7D (or 0x418D7D) is unknown color: approx Lochinvar. HEX triplet: 41, 8D and 7D. RGB value is (65,141,125). Sum of RGB (Red+Green+Blue) = 65+141+125=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 141 - color contains mainly: green. Hex color #418D7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418D7D is #BE7282. Grayscale: #747474. Windows color (decimal): -12481155 or 8228161. OLE color: 8228161.

HSL color Cylindrical-coordinate representation of color #418D7D: hue angle of 167.37º 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 #418D7D is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB65141125-
CMYK0.5400.110.45
HSL167.37º36.89%40.39%-
HSV(B)167.37º53.9%55.29%-
XYZ15.4121.6522.77-
YUV116.45132.8291.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.64%
GREEN value IS 141 (55.47% from 255) = 42.60%
BLUE value IS 125 (49.22% from 255) = 37.76%
R=19.64%
G=42.60%
B=37.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal651411250.5400.110.45167.3736.8940.39
Hex418D7D360B2Da72528
Octal10121517566013552474550
Binary10000011000110111111011101100101110110110100111100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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