#418F88

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

Shades of Lochinvar #418F88

Tints of Lochinvar #418F88

Color information

#418F88 (or 0x418F88) is unknown color: approx Lochinvar. HEX triplet: 41, 8F and 88. RGB value is (65,143,136). Sum of RGB (Red+Green+Blue) = 65+143+136=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 143 (56.25% from 255 or 41.57% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 143 - color contains mainly: green. Hex color #418F88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418F88 is #BE7077. Grayscale: #767676. Windows color (decimal): -12480632 or 8949569. OLE color: 8949569.

HSL color Cylindrical-coordinate representation of color #418F88: hue angle of 174.62º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #418F88 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB65143136-
CMYK0.5500.050.44
HSL174.62º37.5%40.78%-
HSV(B)174.62º54.55%56.08%-
XYZ16.4522.5526.78-
YUV118.88137.6689.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.90%
GREEN value IS 143 (56.25% from 255) = 41.57%
BLUE value IS 136 (53.52% from 255) = 39.53%
R=18.90%
G=41.57%
B=39.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651431360.5500.050.44174.6237.540.78
Hex418F8837052Caf2629
Octal1012172106705542574651
Binary10000011000111110001000110111010110110010101111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,143,136); }

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

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

 a { background-color: rgb(65,143,136); }

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

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

 span { border-color: rgb(65,143,136); }

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