#418B7C

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

Shades of Lochinvar #418B7C

Tints of Lochinvar #418B7C

Color information

#418B7C (or 0x418B7C) is unknown color: approx Lochinvar. HEX triplet: 41, 8B and 7C. RGB value is (65,139,124). Sum of RGB (Red+Green+Blue) = 65+139+124=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 139 - color contains mainly: green. Hex color #418B7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418B7C is #BE7483. Grayscale: #737373. Windows color (decimal): -12481668 or 8162113. OLE color: 8162113.

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

Color convert

RGB65139124-
CMYK0.5300.110.45
HSL167.84º36.27%40%-
HSV(B)167.84º53.24%54.51%-
XYZ15.0521.0422.34-
YUV115.16132.9892.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.82%
GREEN value IS 139 (54.69% from 255) = 42.38%
BLUE value IS 124 (48.83% from 255) = 37.80%
R=19.82%
G=42.38%
B=37.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal651391240.5300.110.45167.8436.2740
Hex418B7C350B2Da82428
Octal10121317465013552504450
Binary10000011000101111111001101010101110110110101000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,139,124); }

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

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

 a { background-color: rgb(65,139,124); }

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

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

 span { border-color: rgb(65,139,124); }

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