#419385

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

Shades of Lochinvar #419385

Tints of Lochinvar #419385

Color information

#419385 (or 0x419385) is unknown color: approx Lochinvar. HEX triplet: 41, 93 and 85. RGB value is (65,147,133). Sum of RGB (Red+Green+Blue) = 65+147+133=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #419385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419385 is #BE6C7A. Grayscale: #787878. Windows color (decimal): -12479611 or 8753985. OLE color: 8753985.

HSL color Cylindrical-coordinate representation of color #419385: hue angle of 169.76º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419385 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB65147133-
CMYK0.5600.100.42
HSL169.76º38.68%41.57%-
HSV(B)169.76º55.78%57.65%-
XYZ16.8523.6825.87-
YUV120.89134.8388.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.84%
GREEN value IS 147 (57.81% from 255) = 42.61%
BLUE value IS 133 (52.34% from 255) = 38.55%
R=18.84%
G=42.61%
B=38.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651471330.5600.100.42169.7638.6841.57
Hex419385380A2Aaa272a
Octal10122320570012522524752
Binary100000110010011100001011110000101010101010101010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419385; }

 p { color: rgb(65,147,133); }

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

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

 a { background-color: rgb(65,147,133); }

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

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

 span { border-color: rgb(65,147,133); }

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