#41887C

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

Shades of Lochinvar #41887C

Tints of Lochinvar #41887C

Color information

#41887C (or 0x41887C) is unknown color: approx Lochinvar. HEX triplet: 41, 88 and 7C. RGB value is (65,136,124). Sum of RGB (Red+Green+Blue) = 65+136+124=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 136 - color contains mainly: green. Hex color #41887C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41887C is #BE7783. Grayscale: #717171. Windows color (decimal): -12482436 or 8161345. OLE color: 8161345.

HSL color Cylindrical-coordinate representation of color #41887C: hue angle of 169.86º 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 #41887C is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB65136124-
CMYK0.5200.090.47
HSL169.86º35.32%39.41%-
HSV(B)169.86º52.21%53.33%-
XYZ14.6220.1922.19-
YUV113.4133.9893.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20%
GREEN value IS 136 (53.52% from 255) = 41.85%
BLUE value IS 124 (48.83% from 255) = 38.15%
R=20%
G=41.85%
B=38.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651361240.5200.090.47169.8635.3239.41
Hex41887C34092Faa2327
Octal10121017464011572524347
Binary10000011000100011111001101000100110111110101010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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