#3A917E

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

Shades of Lochinvar #3A917E

Tints of Lochinvar #3A917E

Color information

#3A917E (or 0x3A917E) is unknown color: approx Lochinvar. HEX triplet: 3A, 91 and 7E. RGB value is (58,145,126). Sum of RGB (Red+Green+Blue) = 58+145+126=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #3A917E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A917E is #C56E81. Grayscale: #747474. Windows color (decimal): -12938882 or 8294714. OLE color: 8294714.

HSL color Cylindrical-coordinate representation of color #3A917E: hue angle of 166.9º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A917E is Cyan = 0.6, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB58145126-
CMYK0.600.130.43
HSL166.9º42.86%39.8%-
HSV(B)166.9º60%56.86%-
XYZ15.6422.6623.29-
YUV116.82133.1886.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.63%
GREEN value IS 145 (57.03% from 255) = 44.07%
BLUE value IS 126 (49.61% from 255) = 38.30%
R=17.63%
G=44.07%
B=38.30%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal581451260.600.130.43166.942.8639.8
Hex3A917E3C0D2Ba72b28
Octal7222117674015532475350
Binary1110101001000111111101111000110110101110100111101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A917E; }

 p { color: rgb(58,145,126); }

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

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

 a { background-color: rgb(58,145,126); }

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

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

 span { border-color: rgb(58,145,126); }

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