#41967F

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

Shades of Lochinvar #41967F

Tints of Lochinvar #41967F

Color information

#41967F (or 0x41967F) is unknown color: approx Lochinvar. HEX triplet: 41, 96 and 7F. RGB value is (65,150,127). Sum of RGB (Red+Green+Blue) = 65+150+127=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 150 - color contains mainly: green. Hex color #41967F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41967F is #BE6980. Grayscale: #797979. Windows color (decimal): -12478849 or 8361537. OLE color: 8361537.

HSL color Cylindrical-coordinate representation of color #41967F: hue angle of 163.76º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41967F is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB65150127-
CMYK0.5700.150.41
HSL163.76º39.53%42.16%-
HSV(B)163.76º56.67%58.82%-
XYZ16.9224.4723.91-
YUV121.96130.8487.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.01%
GREEN value IS 150 (58.98% from 255) = 43.86%
BLUE value IS 127 (50% from 255) = 37.13%
R=19.01%
G=43.86%
B=37.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal651501270.5700.150.41163.7639.5342.16
Hex41967F390F29a4282a
Octal10122617771017512445052
Binary10000011001011011111111110010111110100110100100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41967F; }

 p { color: rgb(65,150,127); }

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

<style>
 a { background-color: #41967F; }

 a { background-color: rgb(65,150,127); }

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

<style>
 span { border-color: #41967F; }

 span { border-color: rgb(65,150,127); }

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