#418779

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

Shades of Lochinvar #418779

Tints of Lochinvar #418779

Color information

#418779 (or 0x418779) is unknown color: approx Lochinvar. HEX triplet: 41, 87 and 79. RGB value is (65,135,121). Sum of RGB (Red+Green+Blue) = 65+135+121=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 135 - color contains mainly: green. Hex color #418779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418779 is #BE7886. Grayscale: #707070. Windows color (decimal): -12482695 or 7964481. OLE color: 7964481.

HSL color Cylindrical-coordinate representation of color #418779: hue angle of 168º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #418779 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB65135121-
CMYK0.5200.100.47
HSL168º35%39.22%-
HSV(B)168º51.85%52.94%-
XYZ14.319.8321.16-
YUV112.47132.8194.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.25%
GREEN value IS 135 (53.12% from 255) = 42.06%
BLUE value IS 121 (47.66% from 255) = 37.69%
R=20.25%
G=42.06%
B=37.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651351210.5200.100.471683539.22
Hex418779340A2Fa82327
Octal10120717164012572504347
Binary10000011000011111110011101000101010111110101000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418779; }

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

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

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

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

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

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

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

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