#41887E

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

Shades of Lochinvar #41887E

Tints of Lochinvar #41887E

Color information

#41887E (or 0x41887E) is unknown color: approx Lochinvar. HEX triplet: 41, 88 and 7E. RGB value is (65,136,126). Sum of RGB (Red+Green+Blue) = 65+136+126=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #41887E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41887E is #BE7781. Grayscale: #717171. Windows color (decimal): -12482434 or 8292417. OLE color: 8292417.

HSL color Cylindrical-coordinate representation of color #41887E: hue angle of 171.55º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #41887E is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB65136126-
CMYK0.5200.070.47
HSL171.55º35.32%39.41%-
HSV(B)171.55º52.21%53.33%-
XYZ14.7520.2422.87-
YUV113.63134.9893.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.88%
GREEN value IS 136 (53.52% from 255) = 41.59%
BLUE value IS 126 (49.61% from 255) = 38.53%
R=19.88%
G=41.59%
B=38.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651361260.5200.070.47171.5535.3239.41
Hex41887E34072Fac2327
Octal1012101766407572544347
Binary1000001100010001111110110100011110111110101100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41887E; }

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

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

<style>
 a { background-color: #41887E; }

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

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

<style>
 span { border-color: #41887E; }

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

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