#41887A

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

Shades of Lochinvar #41887A

Tints of Lochinvar #41887A

Color information

#41887A (or 0x41887A) is unknown color: approx Lochinvar. HEX triplet: 41, 88 and 7A. RGB value is (65,136,122). Sum of RGB (Red+Green+Blue) = 65+136+122=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #41887A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41887A is #BE7785. Grayscale: #717171. Windows color (decimal): -12482438 or 8030273. OLE color: 8030273.

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

Color convert

RGB65136122-
CMYK0.5200.100.47
HSL168.17º35.32%39.41%-
HSV(B)168.17º52.21%53.33%-
XYZ14.520.1421.54-
YUV113.18132.9893.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.12%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 122 (48.05% from 255) = 37.77%
R=20.12%
G=42.11%
B=37.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651361220.5200.100.47168.1735.3239.41
Hex41887A340A2Fa82327
Octal10121017264012572504347
Binary10000011000100011110101101000101010111110101000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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