#418780

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

Shades of Lochinvar #418780

Tints of Lochinvar #418780

Color information

#418780 (or 0x418780) is unknown color: approx Lochinvar. HEX triplet: 41, 87 and 80. RGB value is (65,135,128). Sum of RGB (Red+Green+Blue) = 65+135+128=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 135 - color contains mainly: green. Hex color #418780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418780 is #BE787F. Grayscale: #717171. Windows color (decimal): -12482688 or 8423233. OLE color: 8423233.

HSL color Cylindrical-coordinate representation of color #418780: hue angle of 174º 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 #418780 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB65135128-
CMYK0.5200.050.47
HSL174º35%39.22%-
HSV(B)174º51.85%52.94%-
XYZ14.7420.0123.51-
YUV113.27136.3193.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.82%
GREEN value IS 135 (53.12% from 255) = 41.16%
BLUE value IS 128 (50.39% from 255) = 39.02%
R=19.82%
G=41.16%
B=39.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651351280.5200.050.471743539.22
Hex41878034052Fae2327
Octal1012072006405572564347
Binary10000011000011110000000110100010110111110101110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418780; }

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

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

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

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

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

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

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

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