#41867A

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

Shades of Lochinvar #41867A

Tints of Lochinvar #41867A

Color information

#41867A (or 0x41867A) is unknown color: approx Lochinvar. HEX triplet: 41, 86 and 7A. RGB value is (65,134,122). Sum of RGB (Red+Green+Blue) = 65+134+122=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #41867A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41867A is #BE7985. Grayscale: #6F6F6F. Windows color (decimal): -12482950 or 8029761. OLE color: 8029761.

HSL color Cylindrical-coordinate representation of color #41867A: hue angle of 169.57º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41867A is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB65134122-
CMYK0.5100.090.47
HSL169.57º34.67%39.02%-
HSV(B)169.57º51.49%52.55%-
XYZ14.2219.5821.44-
YUV112133.6494.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.25%
GREEN value IS 134 (52.73% from 255) = 41.74%
BLUE value IS 122 (48.05% from 255) = 38.01%
R=20.25%
G=41.74%
B=38.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651341220.5100.090.47169.5734.6739.02
Hex41867A33092Faa2327
Octal10120617263011572524347
Binary10000011000011011110101100110100110111110101010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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