#419082

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

Shades of Lochinvar #419082

Tints of Lochinvar #419082

Color information

#419082 (or 0x419082) is unknown color: approx Lochinvar. HEX triplet: 41, 90 and 82. RGB value is (65,144,130). Sum of RGB (Red+Green+Blue) = 65+144+130=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 144 - color contains mainly: green. Hex color #419082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419082 is #BE6F7D. Grayscale: #767676. Windows color (decimal): -12480382 or 8556609. OLE color: 8556609.

HSL color Cylindrical-coordinate representation of color #419082: hue angle of 169.37º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419082 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB65144130-
CMYK0.5500.100.44
HSL169.37º37.8%40.98%-
HSV(B)169.37º54.86%56.47%-
XYZ16.1822.6824.64-
YUV118.78134.3389.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.17%
GREEN value IS 144 (56.64% from 255) = 42.48%
BLUE value IS 130 (51.17% from 255) = 38.35%
R=19.17%
G=42.48%
B=38.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651441300.5500.100.44169.3737.840.98
Hex419082370A2Ca92629
Octal10122020267012542514651
Binary100000110010000100000101101110101010110010101001100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419082; }

 p { color: rgb(65,144,130); }

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

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

 a { background-color: rgb(65,144,130); }

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

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

 span { border-color: rgb(65,144,130); }

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