#41837B

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

Shades of Lochinvar #41837B

Tints of Lochinvar #41837B

Color information

#41837B (or 0x41837B) is unknown color: approx Lochinvar. HEX triplet: 41, 83 and 7B. RGB value is (65,131,123). Sum of RGB (Red+Green+Blue) = 65+131+123=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 131 - color contains mainly: green. Hex color #41837B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41837B is #BE7C84. Grayscale: #6E6E6E. Windows color (decimal): -12483717 or 8094529. OLE color: 8094529.

HSL color Cylindrical-coordinate representation of color #41837B: hue angle of 172.73º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #41837B is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB65131123-
CMYK0.5000.060.49
HSL172.73º33.67%38.43%-
HSV(B)172.73º50.38%51.37%-
XYZ13.8718.7921.63-
YUV110.35135.1395.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.38%
GREEN value IS 131 (51.56% from 255) = 41.07%
BLUE value IS 123 (48.44% from 255) = 38.56%
R=20.38%
G=41.07%
B=38.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651311230.5000.060.49172.7333.6738.43
Hex41837B320631ad2226
Octal1012031736206612554246
Binary1000001100000111111011110010011011000110101101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41837B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41837B; }

 p { color: rgb(65,131,123); }

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

<style>
 a { background-color: #41837B; }

 a { background-color: rgb(65,131,123); }

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

<style>
 span { border-color: #41837B; }

 span { border-color: rgb(65,131,123); }

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