#419681

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

Shades of Lochinvar #419681

Tints of Lochinvar #419681

Color information

#419681 (or 0x419681) is unknown color: approx Lochinvar. HEX triplet: 41, 96 and 81. RGB value is (65,150,129). Sum of RGB (Red+Green+Blue) = 65+150+129=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 150 - color contains mainly: green. Hex color #419681 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419681 is #BE697E. Grayscale: #7A7A7A. Windows color (decimal): -12478847 or 8492609. OLE color: 8492609.

HSL color Cylindrical-coordinate representation of color #419681: hue angle of 165.18º 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 #419681 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB65150129-
CMYK0.5700.140.41
HSL165.18º39.53%42.16%-
HSV(B)165.18º56.67%58.82%-
XYZ17.0524.5224.6-
YUV122.19131.8487.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.90%
GREEN value IS 150 (58.98% from 255) = 43.60%
BLUE value IS 129 (50.78% from 255) = 37.5%
R=18.90%
G=43.60%
B=37.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal651501290.5700.140.41165.1839.5342.16
Hex419681390E29a5282a
Octal10122620171016512455052
Binary100000110010110100000011110010111010100110100101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419681; }

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

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

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

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

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

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

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

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