#41867D

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

Shades of Lochinvar #41867D

Tints of Lochinvar #41867D

Color information

#41867D (or 0x41867D) is unknown color: approx Lochinvar. HEX triplet: 41, 86 and 7D. RGB value is (65,134,125). Sum of RGB (Red+Green+Blue) = 65+134+125=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 134 - color contains mainly: green. Hex color #41867D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41867D is #BE7982. Grayscale: #707070. Windows color (decimal): -12482947 or 8226369. OLE color: 8226369.

HSL color Cylindrical-coordinate representation of color #41867D: hue angle of 172.17º 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 #41867D is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB65134125-
CMYK0.5100.070.47
HSL172.17º34.67%39.02%-
HSV(B)172.17º51.49%52.55%-
XYZ14.4119.6522.44-
YUV112.34135.1494.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.06%
GREEN value IS 134 (52.73% from 255) = 41.36%
BLUE value IS 125 (49.22% from 255) = 38.58%
R=20.06%
G=41.36%
B=38.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651341250.5100.070.47172.1734.6739.02
Hex41867D33072Fac2327
Octal1012061756307572544347
Binary1000001100001101111101110011011110111110101100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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