#358981

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

Shades of Lochinvar #358981

Tints of Lochinvar #358981

Color information

#358981 (or 0x358981) is unknown color: approx Lochinvar. HEX triplet: 35, 89 and 81. RGB value is (53,137,129). Sum of RGB (Red+Green+Blue) = 53+137+129=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #358981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358981 is #CA767E. Grayscale: #6E6E6E. Windows color (decimal): -13268607 or 8489269. OLE color: 8489269.

HSL color Cylindrical-coordinate representation of color #358981: hue angle of 174.29º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358981 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB53137129-
CMYK0.6100.060.46
HSL174.29º44.21%37.25%-
HSV(B)174.29º61.31%53.73%-
XYZ14.3820.2323.92-
YUV110.97138.1786.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.61%
GREEN value IS 137 (53.91% from 255) = 42.95%
BLUE value IS 129 (50.78% from 255) = 40.44%
R=16.61%
G=42.95%
B=40.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal531371290.6100.060.46174.2944.2137.25
Hex3589813D062Eae2c25
Octal652112017506562565445
Binary1101011000100110000001111101011010111010101110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358981; }

 p { color: rgb(53,137,129); }

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

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

 a { background-color: rgb(53,137,129); }

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

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

 span { border-color: rgb(53,137,129); }

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