#41877E

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

Shades of Lochinvar #41877E

Tints of Lochinvar #41877E

Color information

#41877E (or 0x41877E) is unknown color: approx Lochinvar. HEX triplet: 41, 87 and 7E. RGB value is (65,135,126). Sum of RGB (Red+Green+Blue) = 65+135+126=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 135 - color contains mainly: green. Hex color #41877E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41877E is #BE7881. Grayscale: #717171. Windows color (decimal): -12482690 or 8292161. OLE color: 8292161.

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

Color convert

RGB65135126-
CMYK0.5200.070.47
HSL172.29º35%39.22%-
HSV(B)172.29º51.85%52.94%-
XYZ14.6119.9622.82-
YUV113.04135.3193.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.94%
GREEN value IS 135 (53.12% from 255) = 41.41%
BLUE value IS 126 (49.61% from 255) = 38.65%
R=19.94%
G=41.41%
B=38.65%

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
Decimal651351260.5200.070.47172.293539.22
Hex41877E34072Fac2327
Octal1012071766407572544347
Binary1000001100001111111110110100011110111110101100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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