#3B8E7A

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

Shades of Lochinvar #3B8E7A

Tints of Lochinvar #3B8E7A

Color information

#3B8E7A (or 0x3B8E7A) is unknown color: approx Lochinvar. HEX triplet: 3B, 8E and 7A. RGB value is (59,142,122). Sum of RGB (Red+Green+Blue) = 59+142+122=323 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.27% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 142 - color contains mainly: green. Hex color #3B8E7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8E7A is #C47185. Grayscale: #727272. Windows color (decimal): -12874118 or 8031803. OLE color: 8031803.

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

Color convert

RGB59142122-
CMYK0.5800.140.44
HSL165.54º41.29%39.41%-
HSV(B)165.54º58.45%55.69%-
XYZ14.9921.6821.81-
YUV114.913288.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.27%
GREEN value IS 142 (55.86% from 255) = 43.96%
BLUE value IS 122 (48.05% from 255) = 37.77%
R=18.27%
G=43.96%
B=37.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal591421220.5800.140.44165.5441.2939.41
Hex3B8E7A3A0E2Ca62927
Octal7321617272016542465147
Binary1110111000111011110101110100111010110010100110101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,142,122); }

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

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

 a { background-color: rgb(59,142,122); }

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

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

 span { border-color: rgb(59,142,122); }

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