#418781

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

Shades of Lochinvar #418781

Tints of Lochinvar #418781

Color information

#418781 (or 0x418781) is unknown color: approx Lochinvar. HEX triplet: 41, 87 and 81. RGB value is (65,135,129). Sum of RGB (Red+Green+Blue) = 65+135+129=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 135 - color contains mainly: green. Hex color #418781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418781 is #BE787E. Grayscale: #717171. Windows color (decimal): -12482687 or 8488769. OLE color: 8488769.

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

Color convert

RGB65135129-
CMYK0.5200.040.47
HSL174.86º35%39.22%-
HSV(B)174.86º51.85%52.94%-
XYZ14.8120.0423.86-
YUV113.39136.8193.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.76%
GREEN value IS 135 (53.12% from 255) = 41.03%
BLUE value IS 129 (50.78% from 255) = 39.21%
R=19.76%
G=41.03%
B=39.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651351290.5200.040.47174.863539.22
Hex41878134042Faf2327
Octal1012072016404572574347
Binary10000011000011110000001110100010010111110101111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418781; }

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

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

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

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

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

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

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

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