#409281

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

Shades of Lochinvar #409281

Tints of Lochinvar #409281

Color information

#409281 (or 0x409281) is unknown color: approx Lochinvar. HEX triplet: 40, 92 and 81. RGB value is (64,146,129). Sum of RGB (Red+Green+Blue) = 64+146+129=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 146 - color contains mainly: green. Hex color #409281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409281 is #BF6D7E. Grayscale: #777777. Windows color (decimal): -12545407 or 8491584. OLE color: 8491584.

HSL color Cylindrical-coordinate representation of color #409281: hue angle of 167.56º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409281 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB64146129-
CMYK0.5600.120.43
HSL167.56º39.05%41.18%-
HSV(B)167.56º56.16%57.25%-
XYZ16.3623.2324.39-
YUV119.54133.3388.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.88%
GREEN value IS 146 (57.42% from 255) = 43.07%
BLUE value IS 129 (50.78% from 255) = 38.05%
R=18.88%
G=43.07%
B=38.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal641461290.5600.120.43167.5639.0541.18
Hex409281380C2Ba82729
Octal10022220170014532504751
Binary100000010010010100000011110000110010101110101000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409281; }

 p { color: rgb(64,146,129); }

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

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

 a { background-color: rgb(64,146,129); }

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

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

 span { border-color: rgb(64,146,129); }

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