#41988D

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

Shades of Lochinvar #41988D

Tints of Lochinvar #41988D

Color information

#41988D (or 0x41988D) is unknown color: approx Lochinvar. HEX triplet: 41, 98 and 8D. RGB value is (65,152,141). Sum of RGB (Red+Green+Blue) = 65+152+141=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 152 - color contains mainly: green. Hex color #41988D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41988D is #BE6772. Grayscale: #7C7C7C. Windows color (decimal): -12478323 or 9279553. OLE color: 9279553.

HSL color Cylindrical-coordinate representation of color #41988D: hue angle of 172.41º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41988D is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB65152141-
CMYK0.5700.070.40
HSL172.41º40.09%42.55%-
HSV(B)172.41º57.24%59.61%-
XYZ18.2225.529.16-
YUV124.73137.1885.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.16%
GREEN value IS 152 (59.77% from 255) = 42.46%
BLUE value IS 141 (55.47% from 255) = 39.39%
R=18.16%
G=42.46%
B=39.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal651521410.5700.070.40172.4140.0942.55
Hex41988D390728ac282b
Octal1012302157107502545053
Binary10000011001100010001101111001011110100010101100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41988D; }

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

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

<style>
 a { background-color: #41988D; }

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

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

<style>
 span { border-color: #41988D; }

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

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