#41947B

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

Shades of Lochinvar #41947B

Tints of Lochinvar #41947B

Color information

#41947B (or 0x41947B) is unknown color: approx Lochinvar. HEX triplet: 41, 94 and 7B. RGB value is (65,148,123). Sum of RGB (Red+Green+Blue) = 65+148+123=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 148 - color contains mainly: green. Hex color #41947B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41947B is #BE6B84. Grayscale: #787878. Windows color (decimal): -12479365 or 8098881. OLE color: 8098881.

HSL color Cylindrical-coordinate representation of color #41947B: hue angle of 161.93º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41947B is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB65148123-
CMYK0.5600.170.42
HSL161.93º38.97%41.76%-
HSV(B)161.93º56.08%58.04%-
XYZ16.3523.7322.46-
YUV120.33129.588.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.35%
GREEN value IS 148 (58.20% from 255) = 44.05%
BLUE value IS 123 (48.44% from 255) = 36.61%
R=19.35%
G=44.05%
B=36.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651481230.5600.170.42161.9338.9741.76
Hex41947B380112Aa2272a
Octal10122417370021522424752
Binary100000110010100111101111100001000110101010100010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41947B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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