#418B7B

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

Shades of Lochinvar #418B7B

Tints of Lochinvar #418B7B

Color information

#418B7B (or 0x418B7B) is unknown color: approx Lochinvar. HEX triplet: 41, 8B and 7B. RGB value is (65,139,123). Sum of RGB (Red+Green+Blue) = 65+139+123=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 139 - color contains mainly: green. Hex color #418B7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418B7B is #BE7484. Grayscale: #737373. Windows color (decimal): -12481669 or 8096577. OLE color: 8096577.

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

Color convert

RGB65139123-
CMYK0.5300.120.45
HSL167.03º36.27%40%-
HSV(B)167.03º53.24%54.51%-
XYZ14.9921.0222.01-
YUV115.05132.4892.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.88%
GREEN value IS 139 (54.69% from 255) = 42.51%
BLUE value IS 123 (48.44% from 255) = 37.61%
R=19.88%
G=42.51%
B=37.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal651391230.5300.120.45167.0336.2740
Hex418B7B350C2Da72428
Octal10121317365014552474450
Binary10000011000101111110111101010110010110110100111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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