#3A9388

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

Shades of Lochinvar #3A9388

Tints of Lochinvar #3A9388

Color information

#3A9388 (or 0x3A9388) is unknown color: approx Lochinvar. HEX triplet: 3A, 93 and 88. RGB value is (58,147,136). Sum of RGB (Red+Green+Blue) = 58+147+136=341 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.01% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #3A9388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9388 is #C56C77. Grayscale: #777777. Windows color (decimal): -12938360 or 8950586. OLE color: 8950586.

HSL color Cylindrical-coordinate representation of color #3A9388: hue angle of 172.58º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A9388 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB58147136-
CMYK0.6100.070.42
HSL172.58º43.41%40.2%-
HSV(B)172.58º60.54%57.65%-
XYZ16.6223.5426.96-
YUV119.14137.5184.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.01%
GREEN value IS 147 (57.81% from 255) = 43.11%
BLUE value IS 136 (53.52% from 255) = 39.88%
R=17.01%
G=43.11%
B=39.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal581471360.6100.070.42172.5843.4140.2
Hex3A93883D072Aad2b28
Octal722232107507522555350
Binary1110101001001110001000111101011110101010101101101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,147,136); }

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

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

 a { background-color: rgb(58,147,136); }

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

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

 span { border-color: rgb(58,147,136); }

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