#3B8D7F

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

Shades of Lochinvar #3B8D7F

Tints of Lochinvar #3B8D7F

Color information

#3B8D7F (or 0x3B8D7F) is unknown color: approx Lochinvar. HEX triplet: 3B, 8D and 7F. RGB value is (59,141,127). Sum of RGB (Red+Green+Blue) = 59+141+127=327 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.04% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 141 - color contains mainly: green. Hex color #3B8D7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8D7F is #C47280. Grayscale: #727272. Windows color (decimal): -12874369 or 8359227. OLE color: 8359227.

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

Color convert

RGB59141127-
CMYK0.5800.100.45
HSL169.76º41%39.22%-
HSV(B)169.76º58.16%55.29%-
XYZ15.1621.5123.43-
YUV114.89134.8388.14-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.04%
GREEN value IS 141 (55.47% from 255) = 43.12%
BLUE value IS 127 (50% from 255) = 38.84%
R=18.04%
G=43.12%
B=38.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal591411270.5800.100.45169.764139.22
Hex3B8D7F3A0A2Daa2927
Octal7321517772012552525147
Binary1110111000110111111111110100101010110110101010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,141,127); }

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

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

 a { background-color: rgb(59,141,127); }

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

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

 span { border-color: rgb(59,141,127); }

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