#3D9486

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

Shades of Lochinvar #3D9486

Tints of Lochinvar #3D9486

Color information

#3D9486 (or 0x3D9486) is unknown color: approx Lochinvar. HEX triplet: 3D, 94 and 86. RGB value is (61,148,134). Sum of RGB (Red+Green+Blue) = 61+148+134=343 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.78% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 134 (52.73% from 255 or 39.07% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #3D9486 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D9486 is #C26B79. Grayscale: #787878. Windows color (decimal): -12741498 or 8819773. OLE color: 8819773.

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

Color convert

RGB61148134-
CMYK0.5900.090.42
HSL170.34º41.63%40.98%-
HSV(B)170.34º58.78%58.04%-
XYZ16.8223.8926.28-
YUV120.39135.6885.64-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.78%
GREEN value IS 148 (58.20% from 255) = 43.15%
BLUE value IS 134 (52.73% from 255) = 39.07%
R=17.78%
G=43.15%
B=39.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611481340.5900.090.42170.3441.6340.98
Hex3D94863B092Aaa2a29
Octal7522420673011522525251
Binary11110110010100100001101110110100110101010101010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,148,134); }

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

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

 a { background-color: rgb(61,148,134); }

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

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

 span { border-color: rgb(61,148,134); }

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