#41857E

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

Shades of Lochinvar #41857E

Tints of Lochinvar #41857E

Color information

#41857E (or 0x41857E) is unknown color: approx Lochinvar. HEX triplet: 41, 85 and 7E. RGB value is (65,133,126). Sum of RGB (Red+Green+Blue) = 65+133+126=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 133 - color contains mainly: green. Hex color #41857E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41857E is #BE7A81. Grayscale: #6F6F6F. Windows color (decimal): -12483202 or 8291649. OLE color: 8291649.

HSL color Cylindrical-coordinate representation of color #41857E: hue angle of 173.82º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41857E is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB65133126-
CMYK0.5100.050.48
HSL173.82º34.34%38.82%-
HSV(B)173.82º51.13%52.16%-
XYZ14.3319.4122.73-
YUV111.87135.9794.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.06%
GREEN value IS 133 (52.34% from 255) = 41.05%
BLUE value IS 126 (49.61% from 255) = 38.89%
R=20.06%
G=41.05%
B=38.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal651331260.5100.050.48173.8234.3438.82
Hex41857E330530ae2227
Octal1012051766305602564247
Binary1000001100001011111110110011010111000010101110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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