#3B9184

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

Shades of Lochinvar #3B9184

Tints of Lochinvar #3B9184

Color information

#3B9184 (or 0x3B9184) is unknown color: approx Lochinvar. HEX triplet: 3B, 91 and 84. RGB value is (59,145,132). Sum of RGB (Red+Green+Blue) = 59+145+132=336 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.56% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #3B9184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9184 is #C46E7B. Grayscale: #757575. Windows color (decimal): -12873340 or 8687931. OLE color: 8687931.

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

Color convert

RGB59145132-
CMYK0.5900.090.43
HSL170.93º42.16%40%-
HSV(B)170.93º59.31%56.86%-
XYZ16.0922.8525.39-
YUV117.8136.0186.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.56%
GREEN value IS 145 (57.03% from 255) = 43.15%
BLUE value IS 132 (51.95% from 255) = 39.29%
R=17.56%
G=43.15%
B=39.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal591451320.5900.090.43170.9342.1640
Hex3B91843B092Bab2a28
Octal7322120473011532535250
Binary11101110010001100001001110110100110101110101011101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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