#418881

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

Shades of Lochinvar #418881

Tints of Lochinvar #418881

Color information

#418881 (or 0x418881) is unknown color: approx Lochinvar. HEX triplet: 41, 88 and 81. RGB value is (65,136,129). Sum of RGB (Red+Green+Blue) = 65+136+129=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 136 - color contains mainly: green. Hex color #418881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418881 is #BE777E. Grayscale: #717171. Windows color (decimal): -12482431 or 8489025. OLE color: 8489025.

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

Color convert

RGB65136129-
CMYK0.5200.050.47
HSL174.08º35.32%39.41%-
HSV(B)174.08º52.21%53.33%-
XYZ14.9520.3223.9-
YUV113.97136.4893.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.70%
GREEN value IS 136 (53.52% from 255) = 41.21%
BLUE value IS 129 (50.78% from 255) = 39.09%
R=19.70%
G=41.21%
B=39.09%

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
Decimal651361290.5200.050.47174.0835.3239.41
Hex41888134052Fae2327
Octal1012102016405572564347
Binary10000011000100010000001110100010110111110101110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418881; }

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

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

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

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

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

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

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

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