#3E8B84

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

Shades of Lochinvar #3E8B84

Tints of Lochinvar #3E8B84

Color information

#3E8B84 (or 0x3E8B84) is unknown color: approx Lochinvar. HEX triplet: 3E, 8B and 84. RGB value is (62,139,132). Sum of RGB (Red+Green+Blue) = 62+139+132=333 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.62% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 139 - color contains mainly: green. Hex color #3E8B84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8B84 is #C1747B. Grayscale: #737373. Windows color (decimal): -12678268 or 8686398. OLE color: 8686398.

HSL color Cylindrical-coordinate representation of color #3E8B84: hue angle of 174.55º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E8B84 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB62139132-
CMYK0.5500.050.45
HSL174.55º38.31%39.41%-
HSV(B)174.55º55.4%54.51%-
XYZ15.3821.1625.1-
YUV115.18137.4990.07-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.62%
GREEN value IS 139 (54.69% from 255) = 41.74%
BLUE value IS 132 (51.95% from 255) = 39.64%
R=18.62%
G=41.74%
B=39.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal621391320.5500.050.45174.5538.3139.41
Hex3E8B8437052Daf2627
Octal762132046705552574647
Binary1111101000101110000100110111010110110110101111100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,139,132); }

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

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

 a { background-color: rgb(62,139,132); }

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

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

 span { border-color: rgb(62,139,132); }

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