#3D8B80

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

Shades of Lochinvar #3D8B80

Tints of Lochinvar #3D8B80

Color information

#3D8B80 (or 0x3D8B80) is unknown color: approx Lochinvar. HEX triplet: 3D, 8B and 80. RGB value is (61,139,128). Sum of RGB (Red+Green+Blue) = 61+139+128=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 139 - color contains mainly: green. Hex color #3D8B80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8B80 is #C2747F. Grayscale: #727272. Windows color (decimal): -12743808 or 8424253. OLE color: 8424253.

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

Color convert

RGB61139128-
CMYK0.5600.080.45
HSL171.54º39%39.22%-
HSV(B)171.54º56.12%54.51%-
XYZ15.0521.0223.69-
YUV114.42135.6689.89-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.60%
GREEN value IS 139 (54.69% from 255) = 42.38%
BLUE value IS 128 (50.39% from 255) = 39.02%
R=18.60%
G=42.38%
B=39.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal611391280.5600.080.45171.543939.22
Hex3D8B8038082Dac2727
Octal7521320070010552544747
Binary11110110001011100000001110000100010110110101100100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,139,128); }

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

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

 a { background-color: rgb(61,139,128); }

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

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

 span { border-color: rgb(61,139,128); }

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