#3E9385

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

Shades of Lochinvar #3E9385

Tints of Lochinvar #3E9385

Color information

#3E9385 (or 0x3E9385) is unknown color: approx Lochinvar. HEX triplet: 3E, 93 and 85. RGB value is (62,147,133). Sum of RGB (Red+Green+Blue) = 62+147+133=342 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.13% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #3E9385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E9385 is #C16C7A. Grayscale: #777777. Windows color (decimal): -12676219 or 8753982. OLE color: 8753982.

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

Color convert

RGB62147133-
CMYK0.5800.100.42
HSL170.12º40.67%40.98%-
HSV(B)170.12º57.82%57.65%-
XYZ16.6523.5925.86-
YUV119.99135.3486.64-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.13%
GREEN value IS 147 (57.81% from 255) = 42.98%
BLUE value IS 133 (52.34% from 255) = 38.89%
R=18.13%
G=42.98%
B=38.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal621471330.5800.100.42170.1240.6740.98
Hex3E93853A0A2Aaa2929
Octal7622320572012522525151
Binary11111010010011100001011110100101010101010101010101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E9385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,147,133); }

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

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

 a { background-color: rgb(62,147,133); }

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

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

 span { border-color: rgb(62,147,133); }

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