#41837A

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

Shades of Lochinvar #41837A

Tints of Lochinvar #41837A

Color information

#41837A (or 0x41837A) is unknown color: approx Lochinvar. HEX triplet: 41, 83 and 7A. RGB value is (65,131,122). Sum of RGB (Red+Green+Blue) = 65+131+122=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 131 - color contains mainly: green. Hex color #41837A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41837A is #BE7C85. Grayscale: #6E6E6E. Windows color (decimal): -12483718 or 8028993. OLE color: 8028993.

HSL color Cylindrical-coordinate representation of color #41837A: hue angle of 171.82º 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 #41837A is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB65131122-
CMYK0.5000.070.49
HSL171.82º33.67%38.43%-
HSV(B)171.82º50.38%51.37%-
XYZ13.8118.7621.31-
YUV110.24134.6395.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.44%
GREEN value IS 131 (51.56% from 255) = 41.19%
BLUE value IS 122 (48.05% from 255) = 38.36%
R=20.44%
G=41.19%
B=38.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651311220.5000.070.49171.8233.6738.43
Hex41837A320731ac2226
Octal1012031726207612544246
Binary1000001100000111111010110010011111000110101100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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