#418579

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

Shades of Lochinvar #418579

Tints of Lochinvar #418579

Color information

#418579 (or 0x418579) is unknown color: approx Lochinvar. HEX triplet: 41, 85 and 79. RGB value is (65,133,121). Sum of RGB (Red+Green+Blue) = 65+133+121=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #418579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418579 is #BE7A86. Grayscale: #6F6F6F. Windows color (decimal): -12483207 or 7963969. OLE color: 7963969.

HSL color Cylindrical-coordinate representation of color #418579: hue angle of 169.41º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #418579 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB65133121-
CMYK0.5100.090.48
HSL169.41º34.34%38.82%-
HSV(B)169.41º51.13%52.16%-
XYZ14.0219.2821.07-
YUV111.3133.4794.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.38%
GREEN value IS 133 (52.34% from 255) = 41.69%
BLUE value IS 121 (47.66% from 255) = 37.93%
R=20.38%
G=41.69%
B=37.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal651331210.5100.090.48169.4134.3438.82
Hex418579330930a92227
Octal10120517163011602514247
Binary10000011000010111110011100110100111000010101001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418579; }

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

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

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

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

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

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

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

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