#41897B

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

Shades of Lochinvar #41897B

Tints of Lochinvar #41897B

Color information

#41897B (or 0x41897B) is unknown color: approx Lochinvar. HEX triplet: 41, 89 and 7B. RGB value is (65,137,123). Sum of RGB (Red+Green+Blue) = 65+137+123=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #41897B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41897B is #BE7684. Grayscale: #717171. Windows color (decimal): -12482181 or 8096065. OLE color: 8096065.

HSL color Cylindrical-coordinate representation of color #41897B: hue angle of 168.33º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41897B is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB65137123-
CMYK0.5300.100.46
HSL168.33º35.64%39.61%-
HSV(B)168.33º52.55%53.73%-
XYZ14.720.4521.91-
YUV113.88133.1593.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20%
GREEN value IS 137 (53.91% from 255) = 42.15%
BLUE value IS 123 (48.44% from 255) = 37.85%
R=20%
G=42.15%
B=37.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal651371230.5300.100.46168.3335.6439.61
Hex41897B350A2Ea82428
Octal10121117365012562504450
Binary10000011000100111110111101010101010111010101000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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