#3E9482

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

Shades of Lochinvar #3E9482

Tints of Lochinvar #3E9482

Color information

#3E9482 (or 0x3E9482) is unknown color: approx Lochinvar. HEX triplet: 3E, 94 and 82. RGB value is (62,148,130). Sum of RGB (Red+Green+Blue) = 62+148+130=340 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.24% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #3E9482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E9482 is #C16B7D. Grayscale: #787878. Windows color (decimal): -12675966 or 8557630. OLE color: 8557630.

HSL color Cylindrical-coordinate representation of color #3E9482: hue angle of 167.44º 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 #3E9482 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB62148130-
CMYK0.5800.120.42
HSL167.44º40.95%41.18%-
HSV(B)167.44º58.11%58.04%-
XYZ16.6123.8224.84-
YUV120.23133.5186.46-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.24%
GREEN value IS 148 (58.20% from 255) = 43.53%
BLUE value IS 130 (51.17% from 255) = 38.24%
R=18.24%
G=43.53%
B=38.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal621481300.5800.120.42167.4440.9541.18
Hex3E94823A0C2Aa72929
Octal7622420272014522475151
Binary11111010010100100000101110100110010101010100111101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E9482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,148,130); }

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

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

 a { background-color: rgb(62,148,130); }

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

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

 span { border-color: rgb(62,148,130); }

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