#3A9184

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

Shades of Lochinvar #3A9184

Tints of Lochinvar #3A9184

Color information

#3A9184 (or 0x3A9184) is unknown color: approx Lochinvar. HEX triplet: 3A, 91 and 84. RGB value is (58,145,132). Sum of RGB (Red+Green+Blue) = 58+145+132=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 145 - color contains mainly: green. Hex color #3A9184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9184 is #C56E7B. Grayscale: #757575. Windows color (decimal): -12938876 or 8687930. OLE color: 8687930.

HSL color Cylindrical-coordinate representation of color #3A9184: hue angle of 171.03º 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 #3A9184 is Cyan = 0.6, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB58145132-
CMYK0.600.090.43
HSL171.03º42.86%39.8%-
HSV(B)171.03º60%56.86%-
XYZ16.0422.8225.39-
YUV117.5136.1885.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.31%
GREEN value IS 145 (57.03% from 255) = 43.28%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=17.31%
G=43.28%
B=39.40%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal581451320.600.090.43171.0342.8639.8
Hex3A91843C092Bab2b28
Octal7222120474011532535350
Binary11101010010001100001001111000100110101110101011101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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